Html Css Color HEX #DEDC7C Goldenrod

📋 copy color: '#DEDC7C'

red 222 ◦ green 220 ◦ blue 124

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

Shades of Goldenrod #DEDC7C

Tints of Goldenrod #DEDC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.91%

R = 39.22%
G = 38.87%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DEDC7C (or 0xDEDC7C) is known color: Goldenrod. HEX triplet: DE, DC and 7C. RGB value is (222,220,124). Sum of RGB (Red+Green+Blue) = 222+220+124=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC7C is #212383. Grayscale: #D2D2D2. Windows color (decimal): -2171780 or 8183006. OLE color: 8183006.

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

Color convert

RGB 222 220 124 -
CMYK 0 0.01 0.44 0.13
HSL 58.78º 0.6% 0.68% -
HSV(B) 58.78º 0.44% 0.87% -
XYZ 59.36 68.17 29.1 -
YUV 209.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 222 220 124 0 0.01 0.44 0.13 58.78 0.6 0.68
Hex DE DC 7C 0 1 2C D 3B 3C 44
Octal 336 334 174 0 1 54 15 73 74 104
Binary 11011110 11011100 1111100 0 1 101100 1101 111011 111100 1000100

Color Harmonies of #DEDC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC7C

Black with #DEDC7C

Text Example


Text Example

White with #DEDC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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