Html Css Color HEX #CED16E Goldenrod

📋 copy color: '#CED16E'

red 206 ◦ green 209 ◦ blue 110

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

Shades of Goldenrod #CED16E

Tints of Goldenrod #CED16E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.81%

 BLUE value IS 110 (43.36% from 255) = 20.95%

R = 39.24%
G = 39.81%
B = 20.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#CED16E (or 0xCED16E) is known color: Goldenrod. HEX triplet: CE, D1 and 6E. RGB value is (206,209,110). Sum of RGB (Red+Green+Blue) = 206+209+110=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #CED16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED16E is #312E91. Grayscale: #C5C5C5. Windows color (decimal): -3223186 or 7262670. OLE color: 7262670.

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

Color convert

RGB 206 209 110 -
CMYK 0.01 0 0.47 0.18
HSL 61.82º 0.52% 0.63% -
HSV(B) 61.82º 0.47% 0.82% -
XYZ 51.07 59.85 23.61 -
YUV 196.82 79.01 134.55 -
System Red Green Blue C M Y K H S L
Decimal 206 209 110 0.01 0 0.47 0.18 61.82 0.52 0.63
Hex CE D1 6E 1 0 2F 12 3E 34 3F
Octal 316 321 156 1 0 57 22 76 64 77
Binary 11001110 11010001 1101110 1 0 101111 10010 111110 110100 111111

Color Harmonies of #CED16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED16E

Black with #CED16E

Text Example


Text Example

White with #CED16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED16E; }

 p { color: rgb(206,209,110); }

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

background-color css

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

 a { background-color: rgb(206,209,110); }

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

border-color css

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

 span { border-color: rgb(206,209,110); }

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