Html Css Color HEX #CED171 Goldenrod

📋 copy color: '#CED171'

red 206 ◦ green 209 ◦ blue 113

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

Shades of Goldenrod #CED171

Tints of Goldenrod #CED171

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.58%

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

R = 39.02%
G = 39.58%
B = 21.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#CED171 (or 0xCED171) is known color: Goldenrod. HEX triplet: CE, D1 and 71. RGB value is (206,209,113). Sum of RGB (Red+Green+Blue) = 206+209+113=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #CED171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED171 is #312E8E. Grayscale: #C5C5C5. Windows color (decimal): -3223183 or 7459278. OLE color: 7459278.

HSL color Cylindrical-coordinate representation of color #CED171: hue angle of 61.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CED171 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 113 -
CMYK 0.01 0 0.46 0.18
HSL 61.88º 0.51% 0.63% -
HSV(B) 61.88º 0.46% 0.82% -
XYZ 51.23 59.91 24.49 -
YUV 197.16 80.51 134.31 -
System Red Green Blue C M Y K H S L
Decimal 206 209 113 0.01 0 0.46 0.18 61.88 0.51 0.63
Hex CE D1 71 1 0 2E 12 3E 33 3F
Octal 316 321 161 1 0 56 22 76 63 77
Binary 11001110 11010001 1110001 1 0 101110 10010 111110 110011 111111

Color Harmonies of #CED171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED171

Black with #CED171

Text Example


Text Example

White with #CED171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED171; }

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

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

background-color css

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

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

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

border-color css

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

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

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