Html Css Color HEX #DEDC73 Goldenrod

📋 copy color: '#DEDC73'

red 222 ◦ green 220 ◦ blue 115

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

Shades of Goldenrod #DEDC73

Tints of Goldenrod #DEDC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.65%

R = 39.86%
G = 39.5%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEDC73 (or 0xDEDC73) is known color: Goldenrod. HEX triplet: DE, DC and 73. RGB value is (222,220,115). Sum of RGB (Red+Green+Blue) = 222+220+115=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC73 is #21238C. Grayscale: #D1D1D1. Windows color (decimal): -2171789 or 7593182. OLE color: 7593182.

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

Color convert

RGB 222 220 115 -
CMYK 0 0.01 0.48 0.13
HSL 58.88º 0.62% 0.66% -
HSV(B) 58.88º 0.48% 0.87% -
XYZ 58.81 67.95 26.24 -
YUV 208.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 222 220 115 0 0.01 0.48 0.13 58.88 0.62 0.66
Hex DE DC 73 0 1 30 D 3B 3E 42
Octal 336 334 163 0 1 60 15 73 76 102
Binary 11011110 11011100 1110011 0 1 110000 1101 111011 111110 1000010

Color Harmonies of #DEDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC73

Black with #DEDC73

Text Example


Text Example

White with #DEDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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