Html Css Color HEX #DEDB7D Goldenrod

📋 copy color: '#DEDB7D'

red 222 ◦ green 219 ◦ blue 125

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

Shades of Goldenrod #DEDB7D

Tints of Goldenrod #DEDB7D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.69%

 BLUE value IS 125 (49.22% from 255) = 22.08%

R = 39.22%
G = 38.69%
B = 22.08%

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

#DEDB7D (or 0xDEDB7D) is known color: Goldenrod. HEX triplet: DE, DB and 7D. RGB value is (222,219,125). Sum of RGB (Red+Green+Blue) = 222+219+125=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB7D is #212482. Grayscale: #D1D1D1. Windows color (decimal): -2172035 or 8248286. OLE color: 8248286.

HSL color Cylindrical-coordinate representation of color #DEDB7D: hue angle of 58.14º 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 #DEDB7D is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 219 125 -
CMYK 0 0.01 0.44 0.13
HSL 58.14º 0.6% 0.68% -
HSV(B) 58.14º 0.44% 0.87% -
XYZ 59.16 67.67 29.35 -
YUV 209.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 222 219 125 0 0.01 0.44 0.13 58.14 0.6 0.68
Hex DE DB 7D 0 1 2C D 3A 3C 44
Octal 336 333 175 0 1 54 15 72 74 104
Binary 11011110 11011011 1111101 0 1 101100 1101 111010 111100 1000100

Color Harmonies of #DEDB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB7D

Black with #DEDB7D

Text Example


Text Example

White with #DEDB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB7D; }

 p { color: rgb(222,219,125); }

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

background-color css

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

 a { background-color: rgb(222,219,125); }

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

border-color css

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

 span { border-color: rgb(222,219,125); }

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