Html Css Color HEX #DEDC75 Goldenrod

📋 copy color: '#DEDC75'

red 222 ◦ green 220 ◦ blue 117

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

Shades of Goldenrod #DEDC75

Tints of Goldenrod #DEDC75

RGB

 RED value IS 222 (87.11% from 255) = 39.71%

 GREEN value IS 220 (86.33% from 255) = 39.36%

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

R = 39.71%
G = 39.36%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEDC75 (or 0xDEDC75) is known color: Goldenrod. HEX triplet: DE, DC and 75. RGB value is (222,220,117). Sum of RGB (Red+Green+Blue) = 222+220+117=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC75 is #21238A. Grayscale: #D1D1D1. Windows color (decimal): -2171787 or 7724254. OLE color: 7724254.

HSL color Cylindrical-coordinate representation of color #DEDC75: hue angle of 58.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEDC75 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 220 117 -
CMYK 0 0.01 0.47 0.13
HSL 58.86º 0.61% 0.66% -
HSV(B) 58.86º 0.47% 0.87% -
XYZ 58.93 68 26.85 -
YUV 208.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 222 220 117 0 0.01 0.47 0.13 58.86 0.61 0.66
Hex DE DC 75 0 1 2F D 3B 3D 42
Octal 336 334 165 0 1 57 15 73 75 102
Binary 11011110 11011100 1110101 0 1 101111 1101 111011 111101 1000010

Color Harmonies of #DEDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC75

Black with #DEDC75

Text Example


Text Example

White with #DEDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC75; }

 p { color: rgb(222,220,117); }

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

background-color css

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

 a { background-color: rgb(222,220,117); }

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

border-color css

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

 span { border-color: rgb(222,220,117); }

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