Html Css Color HEX #CED36B Goldenrod

📋 copy color: '#CED36B'

red 206 ◦ green 211 ◦ blue 107

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

Shades of Goldenrod #CED36B

Tints of Goldenrod #CED36B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.42%

R = 39.31%
G = 40.27%
B = 20.42%

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

#CED36B (or 0xCED36B) is known color: Goldenrod. HEX triplet: CE, D3 and 6B. RGB value is (206,211,107). Sum of RGB (Red+Green+Blue) = 206+211+107=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #CED36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED36B is #312C94. Grayscale: #C6C6C6. Windows color (decimal): -3222677 or 7066574. OLE color: 7066574.

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

Color convert

RGB 206 211 107 -
CMYK 0.02 0 0.49 0.17
HSL 62.88º 0.54% 0.62% -
HSV(B) 62.88º 0.49% 0.83% -
XYZ 51.4 60.77 22.93 -
YUV 197.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 206 211 107 0.02 0 0.49 0.17 62.88 0.54 0.62
Hex CE D3 6B 2 0 31 11 3F 36 3E
Octal 316 323 153 2 0 61 21 77 66 76
Binary 11001110 11010011 1101011 10 0 110001 10001 111111 110110 111110

Color Harmonies of #CED36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED36B

Black with #CED36B

Text Example


Text Example

White with #CED36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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