Html Css Color HEX #CED872 Goldenrod

📋 copy color: '#CED872'

red 206 ◦ green 216 ◦ blue 114

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

Shades of Goldenrod #CED872

Tints of Goldenrod #CED872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.27%

R = 38.43%
G = 40.3%
B = 21.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#CED872 (or 0xCED872) is known color: Goldenrod. HEX triplet: CE, D8 and 72. RGB value is (206,216,114). Sum of RGB (Red+Green+Blue) = 206+216+114=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #CED872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED872 is #31278D. Grayscale: #C9C9C9. Windows color (decimal): -3221390 or 7526606. OLE color: 7526606.

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

Color convert

RGB 206 216 114 -
CMYK 0.05 0 0.47 0.15
HSL 65.88º 0.57% 0.65% -
HSV(B) 65.88º 0.47% 0.85% -
XYZ 53.05 63.45 25.37 -
YUV 201.38 78.69 131.29 -
System Red Green Blue C M Y K H S L
Decimal 206 216 114 0.05 0 0.47 0.15 65.88 0.57 0.65
Hex CE D8 72 5 0 2F F 42 39 41
Octal 316 330 162 5 0 57 17 102 71 101
Binary 11001110 11011000 1110010 101 0 101111 1111 1000010 111001 1000001

Color Harmonies of #CED872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED872

Black with #CED872

Text Example


Text Example

White with #CED872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED872; }

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

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

background-color css

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

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

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

border-color css

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

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

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