Html Css Color HEX #CED975 Goldenrod

📋 copy color: '#CED975'

red 206 ◦ green 217 ◦ blue 117

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

Shades of Goldenrod #CED975

Tints of Goldenrod #CED975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.67%

R = 38.15%
G = 40.19%
B = 21.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#CED975 (or 0xCED975) is known color: Goldenrod. HEX triplet: CE, D9 and 75. RGB value is (206,217,117). Sum of RGB (Red+Green+Blue) = 206+217+117=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #CED975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED975 is #31268A. Grayscale: #CACACA. Windows color (decimal): -3221131 or 7723470. OLE color: 7723470.

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

Color convert

RGB 206 217 117 -
CMYK 0.05 0 0.46 0.15
HSL 66.6º 0.57% 0.65% -
HSV(B) 66.6º 0.46% 0.85% -
XYZ 53.48 64.03 26.37 -
YUV 202.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 206 217 117 0.05 0 0.46 0.15 66.6 0.57 0.65
Hex CE D9 75 5 0 2E F 43 39 41
Octal 316 331 165 5 0 56 17 103 71 101
Binary 11001110 11011001 1110101 101 0 101110 1111 1000011 111001 1000001

Color Harmonies of #CED975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED975

Black with #CED975

Text Example


Text Example

White with #CED975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED975; }

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

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

background-color css

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

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

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

border-color css

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

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

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