Html Css Color HEX #DEDA77 Goldenrod

📋 copy color: '#DEDA77'

red 222 ◦ green 218 ◦ blue 119

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

Shades of Goldenrod #DEDA77

Tints of Goldenrod #DEDA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.29%

R = 39.71%
G = 39%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DEDA77 (or 0xDEDA77) is known color: Goldenrod. HEX triplet: DE, DA and 77. RGB value is (222,218,119). Sum of RGB (Red+Green+Blue) = 222+218+119=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA77 is #212588. Grayscale: #D0D0D0. Windows color (decimal): -2172297 or 7854814. OLE color: 7854814.

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

Color convert

RGB 222 218 119 -
CMYK 0 0.02 0.46 0.13
HSL 57.67º 0.61% 0.67% -
HSV(B) 57.67º 0.46% 0.87% -
XYZ 58.53 67 27.3 -
YUV 207.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 222 218 119 0 0.02 0.46 0.13 57.67 0.61 0.67
Hex DE DA 77 0 2 2E D 3A 3D 43
Octal 336 332 167 0 2 56 15 72 75 103
Binary 11011110 11011010 1110111 0 10 101110 1101 111010 111101 1000011

Color Harmonies of #DEDA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA77

Black with #DEDA77

Text Example


Text Example

White with #DEDA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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