#CACD67

Color #CACD67 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CACD67

Tints of Wild Willow #CACD67

Color information

#CACD67 (or 0xCACD67) is unknown color: approx Wild Willow. HEX triplet: CA, CD and 67. RGB value is (202,205,103). Sum of RGB (Red+Green+Blue) = 202+205+103=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD67 is #353298. Grayscale: #C0C0C0. Windows color (decimal): -3486361 or 6802890. OLE color: 6802890.

HSL color Cylindrical-coordinate representation of color #CACD67: hue angle of 61.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CACD67 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB202205103-
CMYK0.0100.500.20
HSL61.76º50.5%60.39%-
HSV(B)61.76º49.76%80.39%-
XYZ48.6457.221.31-
YUV192.4877.51134.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 103 (40.62% from 255) = 20.20%
R=39.61%
G=40.20%
B=20.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051030.0100.500.2061.7650.560.39
HexCACD671032143e323c
Octal312315147106224766274
Binary110010101100110111001111011001010100111110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACD67; }

 p { color: rgb(202,205,103); }

 H1.HeaderClassName
 {
   color: #CACD67;
 }
 .AnyTagClassName
 {
   color: #CACD67;
 }
</style>
background-color css

<style>
 a { background-color: #CACD67; }

 a { background-color: rgb(202,205,103); }

 div.DivClassName
 {
   background-color: #CACD67;
 }
 .BgClassName
 {
   background-color: #CACD67;
 }
</style>
border-color css

<style>
 span { border-color: #CACD67; }

 span { border-color: rgb(202,205,103); }

 td.TdClassName
 {
   border-color: #CACD67;
 }
 .TagClassName
 {
   border-color: #CACD67;
 }
</style>