Html Css Color HEX #DEDB7A Goldenrod

📋 copy color: '#DEDB7A'

red 222 ◦ green 219 ◦ blue 122

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

Shades of Goldenrod #DEDB7A

Tints of Goldenrod #DEDB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.67%

R = 39.43%
G = 38.9%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DEDB7A (or 0xDEDB7A) is known color: Goldenrod. HEX triplet: DE, DB and 7A. RGB value is (222,219,122). Sum of RGB (Red+Green+Blue) = 222+219+122=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB7A is #212485. Grayscale: #D1D1D1. Windows color (decimal): -2172038 or 8051678. OLE color: 8051678.

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

Color convert

RGB 222 219 122 -
CMYK 0 0.01 0.45 0.13
HSL 58.2º 0.6% 0.67% -
HSV(B) 58.2º 0.45% 0.87% -
XYZ 58.97 67.6 28.35 -
YUV 208.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 222 219 122 0 0.01 0.45 0.13 58.2 0.6 0.67
Hex DE DB 7A 0 1 2D D 3A 3C 43
Octal 336 333 172 0 1 55 15 72 74 103
Binary 11011110 11011011 1111010 0 1 101101 1101 111010 111100 1000011

Color Harmonies of #DEDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB7A

Black with #DEDB7A

Text Example


Text Example

White with #DEDB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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