Html Css Color HEX #DBB23E Metallic Gold

📋 copy color: '#DBB23E'

red 219 ◦ green 178 ◦ blue 62

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

Shades of Metallic Gold #DBB23E

Tints of Metallic Gold #DBB23E

RGB

 RED value IS 219 (85.94% from 255) = 47.71%

 GREEN value IS 178 (69.92% from 255) = 38.78%

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

R = 47.71%
G = 38.78%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBB23E (or 0xDBB23E) is known color: Metallic Gold. HEX triplet: DB, B2 and 3E. RGB value is (219,178,62). Sum of RGB (Red+Green+Blue) = 219+178+62=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB23E is #244DC1. Grayscale: #B1B1B1. Windows color (decimal): -2379202 or 4109019. OLE color: 4109019.

HSL color Cylindrical-coordinate representation of color #DBB23E: hue angle of 44.33º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBB23E is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 62 -
CMYK 0 0.19 0.72 0.14
HSL 44.33º 0.69% 0.55% -
HSV(B) 44.33º 0.72% 0.86% -
XYZ 46 47.25 11.25 -
YUV 177.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 219 178 62 0 0.19 0.72 0.14 44.33 0.69 0.55
Hex DB B2 3E 0 13 48 E 2C 45 37
Octal 333 262 76 0 23 110 16 54 105 67
Binary 11011011 10110010 111110 0 10011 1001000 1110 101100 1000101 110111

Color Harmonies of #DBB23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB23E

Black with #DBB23E

Text Example


Text Example

White with #DBB23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB23E; }

 p { color: rgb(219,178,62); }

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

background-color css

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

 a { background-color: rgb(219,178,62); }

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

border-color css

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

 span { border-color: rgb(219,178,62); }

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