Html Css Color HEX #DEBA3E Metallic Gold

📋 copy color: '#DEBA3E'

red 222 ◦ green 186 ◦ blue 62

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

Shades of Metallic Gold #DEBA3E

Tints of Metallic Gold #DEBA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.19%

R = 47.23%
G = 39.57%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DEBA3E (or 0xDEBA3E) is known color: Metallic Gold. HEX triplet: DE, BA and 3E. RGB value is (222,186,62). Sum of RGB (Red+Green+Blue) = 222+186+62=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBA3E is #2145C1. Grayscale: #B7B7B7. Windows color (decimal): -2180546 or 4111070. OLE color: 4111070.

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

Color convert

RGB 222 186 62 -
CMYK 0 0.16 0.72 0.13
HSL 46.5º 0.71% 0.56% -
HSV(B) 46.5º 0.72% 0.87% -
XYZ 48.55 51 11.84 -
YUV 182.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 222 186 62 0 0.16 0.72 0.13 46.5 0.71 0.56
Hex DE BA 3E 0 10 48 D 2E 47 38
Octal 336 272 76 0 20 110 15 56 107 70
Binary 11011110 10111010 111110 0 10000 1001000 1101 101110 1000111 111000

Color Harmonies of #DEBA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA3E

Black with #DEBA3E

Text Example


Text Example

White with #DEBA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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