Html Css Color HEX #CED970 Goldenrod

📋 copy color: '#CED970'

red 206 ◦ green 217 ◦ blue 112

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

Shades of Goldenrod #CED970

Tints of Goldenrod #CED970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.56%

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

R = 38.5%
G = 40.56%
B = 20.93%

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

#CED970 (or 0xCED970) is known color: Goldenrod. HEX triplet: CE, D9 and 70. RGB value is (206,217,112). Sum of RGB (Red+Green+Blue) = 206+217+112=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #CED970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED970 is #31268F. Grayscale: #CACACA. Windows color (decimal): -3221136 or 7395790. OLE color: 7395790.

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

Color convert

RGB 206 217 112 -
CMYK 0.05 0 0.48 0.15
HSL 66.29º 0.58% 0.65% -
HSV(B) 66.29º 0.48% 0.85% -
XYZ 53.19 63.92 24.86 -
YUV 201.74 77.36 131.04 -
System Red Green Blue C M Y K H S L
Decimal 206 217 112 0.05 0 0.48 0.15 66.29 0.58 0.65
Hex CE D9 70 5 0 30 F 42 3A 41
Octal 316 331 160 5 0 60 17 102 72 101
Binary 11001110 11011001 1110000 101 0 110000 1111 1000010 111010 1000001

Color Harmonies of #CED970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED970

Black with #CED970

Text Example


Text Example

White with #CED970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED970; }

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

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

background-color css

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

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

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

border-color css

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

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

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