Html Css Color HEX #DEDA74 Goldenrod

📋 copy color: '#DEDA74'

red 222 ◦ green 218 ◦ blue 116

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

Shades of Goldenrod #DEDA74

Tints of Goldenrod #DEDA74

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.21%

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

R = 39.93%
G = 39.21%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DEDA74 (or 0xDEDA74) is known color: Goldenrod. HEX triplet: DE, DA and 74. RGB value is (222,218,116). Sum of RGB (Red+Green+Blue) = 222+218+116=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA74 is #21258B. Grayscale: #CFCFCF. Windows color (decimal): -2172300 or 7658206. OLE color: 7658206.

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

Color convert

RGB 222 218 116 -
CMYK 0 0.02 0.48 0.13
HSL 57.74º 0.62% 0.66% -
HSV(B) 57.74º 0.48% 0.87% -
XYZ 58.35 66.93 26.37 -
YUV 207.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 222 218 116 0 0.02 0.48 0.13 57.74 0.62 0.66
Hex DE DA 74 0 2 30 D 3A 3E 42
Octal 336 332 164 0 2 60 15 72 76 102
Binary 11011110 11011010 1110100 0 10 110000 1101 111010 111110 1000010

Color Harmonies of #DEDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA74

Black with #DEDA74

Text Example


Text Example

White with #DEDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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