#CDD067

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

Shades of Wild Willow #CDD067

Tints of Wild Willow #CDD067

Color information

#CDD067 (or 0xCDD067) is unknown color: approx Wild Willow. HEX triplet: CD, D0 and 67. RGB value is (205,208,103). Sum of RGB (Red+Green+Blue) = 205+208+103=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD067 is #322F98. Grayscale: #C3C3C3. Windows color (decimal): -3288985 or 6803661. OLE color: 6803661.

HSL color Cylindrical-coordinate representation of color #CDD067: hue angle of 61.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD067 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB205208103-
CMYK0.0100.500.18
HSL61.71º52.76%60.98%-
HSV(B)61.71º50.48%81.57%-
XYZ50.1859.0721.59-
YUV195.1376.01135.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 208 (81.64% from 255) = 40.31%
BLUE value IS 103 (40.62% from 255) = 19.96%
R=39.73%
G=40.31%
B=19.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052081030.0100.500.1861.7152.7660.98
HexCDD0671032123e353d
Octal315320147106222766575
Binary110011011101000011001111011001010010111110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD067; }

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

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

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

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

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

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

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

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