Html Css Color HEX #DEDB74 Goldenrod

📋 copy color: '#DEDB74'

red 222 ◦ green 219 ◦ blue 116

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

Shades of Goldenrod #DEDB74

Tints of Goldenrod #DEDB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.83%

R = 39.86%
G = 39.32%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEDB74 (or 0xDEDB74) is known color: Goldenrod. HEX triplet: DE, DB and 74. RGB value is (222,219,116). Sum of RGB (Red+Green+Blue) = 222+219+116=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB74 is #21248B. Grayscale: #D0D0D0. Windows color (decimal): -2172044 or 7658462. OLE color: 7658462.

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

Color convert

RGB 222 219 116 -
CMYK 0 0.01 0.48 0.13
HSL 58.3º 0.62% 0.66% -
HSV(B) 58.3º 0.48% 0.87% -
XYZ 58.61 67.45 26.45 -
YUV 208.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 222 219 116 0 0.01 0.48 0.13 58.3 0.62 0.66
Hex DE DB 74 0 1 30 D 3A 3E 42
Octal 336 333 164 0 1 60 15 72 76 102
Binary 11011110 11011011 1110100 0 1 110000 1101 111010 111110 1000010

Color Harmonies of #DEDB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB74

Black with #DEDB74

Text Example


Text Example

White with #DEDB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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