Html Css Color HEX #CED875 Goldenrod

📋 copy color: '#CED875'

red 206 ◦ green 216 ◦ blue 117

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

Shades of Goldenrod #CED875

Tints of Goldenrod #CED875

RGB

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

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

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

R = 38.22%
G = 40.07%
B = 21.71%

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

#CED875 (or 0xCED875) is known color: Goldenrod. HEX triplet: CE, D8 and 75. RGB value is (206,216,117). Sum of RGB (Red+Green+Blue) = 206+216+117=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #CED875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED875 is #31278A. Grayscale: #CACACA. Windows color (decimal): -3221387 or 7723214. OLE color: 7723214.

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

Color convert

RGB 206 216 117 -
CMYK 0.05 0 0.46 0.15
HSL 66.06º 0.56% 0.65% -
HSV(B) 66.06º 0.46% 0.85% -
XYZ 53.22 63.52 26.28 -
YUV 201.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 206 216 117 0.05 0 0.46 0.15 66.06 0.56 0.65
Hex CE D8 75 5 0 2E F 42 38 41
Octal 316 330 165 5 0 56 17 102 70 101
Binary 11001110 11011000 1110101 101 0 101110 1111 1000010 111000 1000001

Color Harmonies of #CED875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED875

Black with #CED875

Text Example


Text Example

White with #CED875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED875; }

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

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

background-color css

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

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

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

border-color css

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

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

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