Html Css Color HEX #DEBA3C Metallic Gold

📋 copy color: '#DEBA3C'

red 222 ◦ green 186 ◦ blue 60

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

Shades of Metallic Gold #DEBA3C

Tints of Metallic Gold #DEBA3C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

 BLUE value IS 60 (23.83% from 255) = 12.82%

R = 47.44%
G = 39.74%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DEBA3C (or 0xDEBA3C) is known color: Metallic Gold. HEX triplet: DE, BA and 3C. RGB value is (222,186,60). Sum of RGB (Red+Green+Blue) = 222+186+60=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA3C is #2145C3. Grayscale: #B6B6B6. Windows color (decimal): -2180548 or 3979998. OLE color: 3979998.

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

Color convert

RGB 222 186 60 -
CMYK 0 0.16 0.73 0.13
HSL 46.67º 0.71% 0.55% -
HSV(B) 46.67º 0.73% 0.87% -
XYZ 48.5 50.97 11.56 -
YUV 182.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 222 186 60 0 0.16 0.73 0.13 46.67 0.71 0.55
Hex DE BA 3C 0 10 49 D 2F 47 37
Octal 336 272 74 0 20 111 15 57 107 67
Binary 11011110 10111010 111100 0 10000 1001001 1101 101111 1000111 110111

Color Harmonies of #DEBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA3C

Black with #DEBA3C

Text Example


Text Example

White with #DEBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA3C; }

 p { color: rgb(222,186,60); }

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

background-color css

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

 a { background-color: rgb(222,186,60); }

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

border-color css

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

 span { border-color: rgb(222,186,60); }

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