Html Css Color HEX #CED36C Goldenrod

📋 copy color: '#CED36C'

red 206 ◦ green 211 ◦ blue 108

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

Shades of Goldenrod #CED36C

Tints of Goldenrod #CED36C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.19%

 BLUE value IS 108 (42.58% from 255) = 20.57%

R = 39.24%
G = 40.19%
B = 20.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#CED36C (or 0xCED36C) is known color: Goldenrod. HEX triplet: CE, D3 and 6C. RGB value is (206,211,108). Sum of RGB (Red+Green+Blue) = 206+211+108=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #CED36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED36C is #312C93. Grayscale: #C6C6C6. Windows color (decimal): -3222676 or 7132110. OLE color: 7132110.

HSL color Cylindrical-coordinate representation of color #CED36C: hue angle of 62.91º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CED36C is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 108 -
CMYK 0.02 0 0.49 0.17
HSL 62.91º 0.54% 0.63% -
HSV(B) 62.91º 0.49% 0.83% -
XYZ 51.45 60.79 23.21 -
YUV 197.76 77.34 133.88 -
System Red Green Blue C M Y K H S L
Decimal 206 211 108 0.02 0 0.49 0.17 62.91 0.54 0.63
Hex CE D3 6C 2 0 31 11 3F 36 3F
Octal 316 323 154 2 0 61 21 77 66 77
Binary 11001110 11010011 1101100 10 0 110001 10001 111111 110110 111111

Color Harmonies of #CED36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED36C

Black with #CED36C

Text Example


Text Example

White with #CED36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED36C; }

 p { color: rgb(206,211,108); }

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

background-color css

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

 a { background-color: rgb(206,211,108); }

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

border-color css

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

 span { border-color: rgb(206,211,108); }

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