Html Css Color HEX #CED866 Goldenrod

📋 copy color: '#CED866'

red 206 ◦ green 216 ◦ blue 102

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

Shades of Goldenrod #CED866

Tints of Goldenrod #CED866

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.22%

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

R = 39.31%
G = 41.22%
B = 19.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CED866 (or 0xCED866) is known color: Goldenrod. HEX triplet: CE, D8 and 66. RGB value is (206,216,102). Sum of RGB (Red+Green+Blue) = 206+216+102=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #CED866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED866 is #312799. Grayscale: #C8C8C8. Windows color (decimal): -3221402 or 6740174. OLE color: 6740174.

HSL color Cylindrical-coordinate representation of color #CED866: hue angle of 65.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CED866 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 102 -
CMYK 0.05 0 0.53 0.15
HSL 65.26º 0.59% 0.62% -
HSV(B) 65.26º 0.53% 0.85% -
XYZ 52.41 63.19 22.01 -
YUV 200.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 206 216 102 0.05 0 0.53 0.15 65.26 0.59 0.62
Hex CE D8 66 5 0 35 F 41 3B 3E
Octal 316 330 146 5 0 65 17 101 73 76
Binary 11001110 11011000 1100110 101 0 110101 1111 1000001 111011 111110

Color Harmonies of #CED866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED866

Black with #CED866

Text Example


Text Example

White with #CED866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED866; }

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

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

background-color css

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

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

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

border-color css

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

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

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