Html Css Color HEX #CED971 Goldenrod

📋 copy color: '#CED971'

red 206 ◦ green 217 ◦ blue 113

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

Shades of Goldenrod #CED971

Tints of Goldenrod #CED971

RGB

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

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

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

R = 38.43%
G = 40.49%
B = 21.08%

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

#CED971 (or 0xCED971) is known color: Goldenrod. HEX triplet: CE, D9 and 71. RGB value is (206,217,113). Sum of RGB (Red+Green+Blue) = 206+217+113=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #CED971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED971 is #31268E. Grayscale: #CACACA. Windows color (decimal): -3221135 or 7461326. OLE color: 7461326.

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

Color convert

RGB 206 217 113 -
CMYK 0.05 0 0.48 0.15
HSL 66.35º 0.58% 0.65% -
HSV(B) 66.35º 0.48% 0.85% -
XYZ 53.25 63.94 25.16 -
YUV 201.86 77.86 130.96 -
System Red Green Blue C M Y K H S L
Decimal 206 217 113 0.05 0 0.48 0.15 66.35 0.58 0.65
Hex CE D9 71 5 0 30 F 42 3A 41
Octal 316 331 161 5 0 60 17 102 72 101
Binary 11001110 11011001 1110001 101 0 110000 1111 1000010 111010 1000001

Color Harmonies of #CED971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED971

Black with #CED971

Text Example


Text Example

White with #CED971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED971; }

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

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

background-color css

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

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

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

border-color css

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

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

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