Html Css Color HEX #DEDA75 Goldenrod

📋 copy color: '#DEDA75'

red 222 ◦ green 218 ◦ blue 117

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

Shades of Goldenrod #DEDA75

Tints of Goldenrod #DEDA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.01%

R = 39.86%
G = 39.14%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DEDA75 (or 0xDEDA75) is known color: Goldenrod. HEX triplet: DE, DA and 75. RGB value is (222,218,117). Sum of RGB (Red+Green+Blue) = 222+218+117=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA75 is #21258A. Grayscale: #D0D0D0. Windows color (decimal): -2172299 or 7723742. OLE color: 7723742.

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

Color convert

RGB 222 218 117 -
CMYK 0 0.02 0.47 0.13
HSL 57.71º 0.61% 0.66% -
HSV(B) 57.71º 0.47% 0.87% -
XYZ 58.41 66.96 26.68 -
YUV 207.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 222 218 117 0 0.02 0.47 0.13 57.71 0.61 0.66
Hex DE DA 75 0 2 2F D 3A 3D 42
Octal 336 332 165 0 2 57 15 72 75 102
Binary 11011110 11011010 1110101 0 10 101111 1101 111010 111101 1000010

Color Harmonies of #DEDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA75

Black with #DEDA75

Text Example


Text Example

White with #DEDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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