Html Css Color HEX #CED871 Goldenrod

📋 copy color: '#CED871'

red 206 ◦ green 216 ◦ blue 113

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

Shades of Goldenrod #CED871

Tints of Goldenrod #CED871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.12%

R = 38.5%
G = 40.37%
B = 21.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#CED871 (or 0xCED871) is known color: Goldenrod. HEX triplet: CE, D8 and 71. RGB value is (206,216,113). Sum of RGB (Red+Green+Blue) = 206+216+113=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #CED871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED871 is #31278E. Grayscale: #C9C9C9. Windows color (decimal): -3221391 or 7461070. OLE color: 7461070.

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

Color convert

RGB 206 216 113 -
CMYK 0.05 0 0.48 0.15
HSL 65.83º 0.57% 0.65% -
HSV(B) 65.83º 0.48% 0.85% -
XYZ 52.99 63.43 25.07 -
YUV 201.27 78.19 131.38 -
System Red Green Blue C M Y K H S L
Decimal 206 216 113 0.05 0 0.48 0.15 65.83 0.57 0.65
Hex CE D8 71 5 0 30 F 42 39 41
Octal 316 330 161 5 0 60 17 102 71 101
Binary 11001110 11011000 1110001 101 0 110000 1111 1000010 111001 1000001

Color Harmonies of #CED871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED871

Black with #CED871

Text Example


Text Example

White with #CED871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED871; }

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

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

background-color css

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

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

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

border-color css

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

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

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