Html Css Color HEX #DEDC64 Goldenrod

📋 copy color: '#DEDC64'

red 222 ◦ green 220 ◦ blue 100

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

Shades of Goldenrod #DEDC64

Tints of Goldenrod #DEDC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

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

R = 40.96%
G = 40.59%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DEDC64 (or 0xDEDC64) is known color: Goldenrod. HEX triplet: DE, DC and 64. RGB value is (222,220,100). Sum of RGB (Red+Green+Blue) = 222+220+100=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC64 is #21239B. Grayscale: #CFCFCF. Windows color (decimal): -2171804 or 6610142. OLE color: 6610142.

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

Color convert

RGB 222 220 100 -
CMYK 0 0.01 0.55 0.13
HSL 59.02º 0.65% 0.63% -
HSV(B) 59.02º 0.55% 0.87% -
XYZ 58.02 67.64 22.05 -
YUV 206.92 67.66 138.76 -
System Red Green Blue C M Y K H S L
Decimal 222 220 100 0 0.01 0.55 0.13 59.02 0.65 0.63
Hex DE DC 64 0 1 37 D 3B 41 3F
Octal 336 334 144 0 1 67 15 73 101 77
Binary 11011110 11011100 1100100 0 1 110111 1101 111011 1000001 111111

Color Harmonies of #DEDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC64

Black with #DEDC64

Text Example


Text Example

White with #DEDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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