Html Css Color HEX #DEDB7F Goldenrod

📋 copy color: '#DEDB7F'

red 222 ◦ green 219 ◦ blue 127

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

Shades of Goldenrod #DEDB7F

Tints of Goldenrod #DEDB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.36%

R = 39.08%
G = 38.56%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DEDB7F (or 0xDEDB7F) is known color: Goldenrod. HEX triplet: DE, DB and 7F. RGB value is (222,219,127). Sum of RGB (Red+Green+Blue) = 222+219+127=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB7F is #212480. Grayscale: #D1D1D1. Windows color (decimal): -2172033 or 8379358. OLE color: 8379358.

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

Color convert

RGB 222 219 127 -
CMYK 0 0.01 0.43 0.13
HSL 58.11º 0.59% 0.68% -
HSV(B) 58.11º 0.43% 0.87% -
XYZ 59.29 67.72 30.03 -
YUV 209.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 222 219 127 0 0.01 0.43 0.13 58.11 0.59 0.68
Hex DE DB 7F 0 1 2B D 3A 3B 44
Octal 336 333 177 0 1 53 15 72 73 104
Binary 11011110 11011011 1111111 0 1 101011 1101 111010 111011 1000100

Color Harmonies of #DEDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB7F

Black with #DEDB7F

Text Example


Text Example

White with #DEDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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