Html Css Color HEX #DEDA64 Goldenrod

📋 copy color: '#DEDA64'

red 222 ◦ green 218 ◦ blue 100

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

Shades of Goldenrod #DEDA64

Tints of Goldenrod #DEDA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.52%

R = 41.11%
G = 40.37%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DEDA64 (or 0xDEDA64) is known color: Goldenrod. HEX triplet: DE, DA and 64. RGB value is (222,218,100). Sum of RGB (Red+Green+Blue) = 222+218+100=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA64 is #21259B. Grayscale: #CECECE. Windows color (decimal): -2172316 or 6609630. OLE color: 6609630.

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

Color convert

RGB 222 218 100 -
CMYK 0 0.02 0.55 0.13
HSL 58.03º 0.65% 0.63% -
HSV(B) 58.03º 0.55% 0.87% -
XYZ 57.5 66.59 21.88 -
YUV 205.74 68.33 139.59 -
System Red Green Blue C M Y K H S L
Decimal 222 218 100 0 0.02 0.55 0.13 58.03 0.65 0.63
Hex DE DA 64 0 2 37 D 3A 41 3F
Octal 336 332 144 0 2 67 15 72 101 77
Binary 11011110 11011010 1100100 0 10 110111 1101 111010 1000001 111111

Color Harmonies of #DEDA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA64

Black with #DEDA64

Text Example


Text Example

White with #DEDA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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