Html Css Color HEX #CDD066 Wild Willow

📋 copy color: '#CDD066'

red 205 ◦ green 208 ◦ blue 102

#CDD066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CDD066

Tints of Wild Willow #CDD066

RGB

 RED value IS 205 (80.47% from 255) = 39.81%

 GREEN value IS 208 (81.64% from 255) = 40.39%

 BLUE value IS 102 (40.23% from 255) = 19.81%

R = 39.81%
G = 40.39%
B = 19.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#CDD066 (or 0xCDD066) is known color: Wild Willow. HEX triplet: CD, D0 and 66. RGB value is (205,208,102). Sum of RGB (Red+Green+Blue) = 205+208+102=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD066 is #322F99. Grayscale: #C3C3C3. Windows color (decimal): -3288986 or 6738125. OLE color: 6738125.

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

Color convert

RGB 205 208 102 -
CMYK 0.01 0 0.51 0.18
HSL 61.7º 0.53% 0.61% -
HSV(B) 61.7º 0.51% 0.82% -
XYZ 50.13 59.05 21.33 -
YUV 195.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 205 208 102 0.01 0 0.51 0.18 61.7 0.53 0.61
Hex CD D0 66 1 0 33 12 3E 35 3D
Octal 315 320 146 1 0 63 22 76 65 75
Binary 11001101 11010000 1100110 1 0 110011 10010 111110 110101 111101

Color Harmonies of #CDD066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD066

Black with #CDD066

Text Example


Text Example

White with #CDD066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD066; }

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

 H1.HeaderClassName
 {
   color: #CDD066;
 }
 .AnyTagClassName
 {
   color: #CDD066;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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