Html Css Color HEX #CED870 Goldenrod

📋 copy color: '#CED870'

red 206 ◦ green 216 ◦ blue 112

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

Shades of Goldenrod #CED870

Tints of Goldenrod #CED870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.97%

R = 38.58%
G = 40.45%
B = 20.97%

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

#CED870 (or 0xCED870) is known color: Goldenrod. HEX triplet: CE, D8 and 70. RGB value is (206,216,112). Sum of RGB (Red+Green+Blue) = 206+216+112=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #CED870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED870 is #31278F. Grayscale: #C9C9C9. Windows color (decimal): -3221392 or 7395534. OLE color: 7395534.

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

Color convert

RGB 206 216 112 -
CMYK 0.05 0 0.48 0.15
HSL 65.77º 0.57% 0.64% -
HSV(B) 65.77º 0.48% 0.85% -
XYZ 52.93 63.4 24.78 -
YUV 201.15 77.69 131.46 -
System Red Green Blue C M Y K H S L
Decimal 206 216 112 0.05 0 0.48 0.15 65.77 0.57 0.64
Hex CE D8 70 5 0 30 F 42 39 40
Octal 316 330 160 5 0 60 17 102 71 100
Binary 11001110 11011000 1110000 101 0 110000 1111 1000010 111001 1000000

Color Harmonies of #CED870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED870

Black with #CED870

Text Example


Text Example

White with #CED870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED870; }

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

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

background-color css

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

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

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

border-color css

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

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

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