Html Css Color HEX #CED873 Goldenrod

📋 copy color: '#CED873'

red 206 ◦ green 216 ◦ blue 115

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

Shades of Goldenrod #CED873

Tints of Goldenrod #CED873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.42%

R = 38.36%
G = 40.22%
B = 21.42%

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

#CED873 (or 0xCED873) is known color: Goldenrod. HEX triplet: CE, D8 and 73. RGB value is (206,216,115). Sum of RGB (Red+Green+Blue) = 206+216+115=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #CED873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED873 is #31278C. Grayscale: #C9C9C9. Windows color (decimal): -3221389 or 7592142. OLE color: 7592142.

HSL color Cylindrical-coordinate representation of color #CED873: hue angle of 65.94º degrees, saturation: 0.56, 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 #CED873 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 115 -
CMYK 0.05 0 0.47 0.15
HSL 65.94º 0.56% 0.65% -
HSV(B) 65.94º 0.47% 0.85% -
XYZ 53.1 63.47 25.67 -
YUV 201.5 79.19 131.21 -
System Red Green Blue C M Y K H S L
Decimal 206 216 115 0.05 0 0.47 0.15 65.94 0.56 0.65
Hex CE D8 73 5 0 2F F 42 38 41
Octal 316 330 163 5 0 57 17 102 70 101
Binary 11001110 11011000 1110011 101 0 101111 1111 1000010 111000 1000001

Color Harmonies of #CED873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED873

Black with #CED873

Text Example


Text Example

White with #CED873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED873; }

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

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

background-color css

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

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

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

border-color css

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

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

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