Html Css Color HEX #DEBC39 Metallic Gold

📋 copy color: '#DEBC39'

red 222 ◦ green 188 ◦ blue 57

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

Shades of Metallic Gold #DEBC39

Tints of Metallic Gold #DEBC39

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

 BLUE value IS 57 (22.66% from 255) = 12.21%

R = 47.54%
G = 40.26%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DEBC39 (or 0xDEBC39) is known color: Metallic Gold. HEX triplet: DE, BC and 39. RGB value is (222,188,57). Sum of RGB (Red+Green+Blue) = 222+188+57=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 57 (22.66% from 255 or 12.21% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC39 is #2143C6. Grayscale: #B7B7B7. Windows color (decimal): -2180039 or 3783902. OLE color: 3783902.

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

Color convert

RGB 222 188 57 -
CMYK 0 0.15 0.74 0.13
HSL 47.64º 0.71% 0.55% -
HSV(B) 47.64º 0.74% 0.87% -
XYZ 48.85 51.79 11.29 -
YUV 183.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 222 188 57 0 0.15 0.74 0.13 47.64 0.71 0.55
Hex DE BC 39 0 F 4A D 30 47 37
Octal 336 274 71 0 17 112 15 60 107 67
Binary 11011110 10111100 111001 0 1111 1001010 1101 110000 1000111 110111

Color Harmonies of #DEBC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC39

Black with #DEBC39

Text Example


Text Example

White with #DEBC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC39; }

 p { color: rgb(222,188,57); }

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

background-color css

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

 a { background-color: rgb(222,188,57); }

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

border-color css

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

 span { border-color: rgb(222,188,57); }

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