Html Css Color HEX #CED066 Wild Willow

📋 copy color: '#CED066'

red 206 ◦ green 208 ◦ blue 102

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

Shades of Wild Willow #CED066

Tints of Wild Willow #CED066

RGB

 RED value IS 206 (80.86% from 255) = 39.92%

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

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

R = 39.92%
G = 40.31%
B = 19.77%

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

#CED066 (or 0xCED066) is known color: Wild Willow. HEX triplet: CE, D0 and 66. RGB value is (206,208,102). Sum of RGB (Red+Green+Blue) = 206+208+102=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #CED066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED066 is #312F99. Grayscale: #C3C3C3. Windows color (decimal): -3223450 or 6738126. OLE color: 6738126.

HSL color Cylindrical-coordinate representation of color #CED066: hue angle of 61.13º 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 #CED066 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 102 -
CMYK 0.01 0 0.51 0.18
HSL 61.13º 0.53% 0.61% -
HSV(B) 61.13º 0.51% 0.82% -
XYZ 50.41 59.19 21.34 -
YUV 195.32 75.34 135.62 -
System Red Green Blue C M Y K H S L
Decimal 206 208 102 0.01 0 0.51 0.18 61.13 0.53 0.61
Hex CE D0 66 1 0 33 12 3D 35 3D
Octal 316 320 146 1 0 63 22 75 65 75
Binary 11001110 11010000 1100110 1 0 110011 10010 111101 110101 111101

Color Harmonies of #CED066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED066

Black with #CED066

Text Example


Text Example

White with #CED066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED066; }

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

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

background-color css

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

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

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

border-color css

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

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

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