Html Css Color HEX #CED36D Goldenrod

📋 copy color: '#CED36D'

red 206 ◦ green 211 ◦ blue 109

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

Shades of Goldenrod #CED36D

Tints of Goldenrod #CED36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.72%

R = 39.16%
G = 40.11%
B = 20.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#CED36D (or 0xCED36D) is known color: Goldenrod. HEX triplet: CE, D3 and 6D. RGB value is (206,211,109). Sum of RGB (Red+Green+Blue) = 206+211+109=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #CED36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED36D is #312C92. Grayscale: #C6C6C6. Windows color (decimal): -3222675 or 7197646. OLE color: 7197646.

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

Color convert

RGB 206 211 109 -
CMYK 0.02 0 0.48 0.17
HSL 62.94º 0.54% 0.63% -
HSV(B) 62.94º 0.48% 0.83% -
XYZ 51.51 60.81 23.49 -
YUV 197.88 77.84 133.79 -
System Red Green Blue C M Y K H S L
Decimal 206 211 109 0.02 0 0.48 0.17 62.94 0.54 0.63
Hex CE D3 6D 2 0 30 11 3F 36 3F
Octal 316 323 155 2 0 60 21 77 66 77
Binary 11001110 11010011 1101101 10 0 110000 10001 111111 110110 111111

Color Harmonies of #CED36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED36D

Black with #CED36D

Text Example


Text Example

White with #CED36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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