Html Css Color HEX #DEDC6F Goldenrod

📋 copy color: '#DEDC6F'

red 222 ◦ green 220 ◦ blue 111

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

Shades of Goldenrod #DEDC6F

Tints of Goldenrod #DEDC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.07%

R = 40.14%
G = 39.78%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DEDC6F (or 0xDEDC6F) is known color: Goldenrod. HEX triplet: DE, DC and 6F. RGB value is (222,220,111). Sum of RGB (Red+Green+Blue) = 222+220+111=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 111 (43.75% from 255 or 20.07% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC6F is #212390. Grayscale: #D0D0D0. Windows color (decimal): -2171793 or 7331038. OLE color: 7331038.

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

Color convert

RGB 222 220 111 -
CMYK 0 0.01 0.5 0.13
HSL 58.92º 0.63% 0.65% -
HSV(B) 58.92º 0.5% 0.87% -
XYZ 58.59 67.86 25.05 -
YUV 208.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 222 220 111 0 0.01 0.5 0.13 58.92 0.63 0.65
Hex DE DC 6F 0 1 32 D 3B 3F 41
Octal 336 334 157 0 1 62 15 73 77 101
Binary 11011110 11011100 1101111 0 1 110010 1101 111011 111111 1000001

Color Harmonies of #DEDC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC6F

Black with #DEDC6F

Text Example


Text Example

White with #DEDC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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