Html Css Color HEX #DBB234 Metallic Gold

📋 copy color: '#DBB234'

red 219 ◦ green 178 ◦ blue 52

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

Shades of Metallic Gold #DBB234

Tints of Metallic Gold #DBB234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 48.78%
G = 39.64%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBB234 (or 0xDBB234) is known color: Metallic Gold. HEX triplet: DB, B2 and 34. RGB value is (219,178,52). Sum of RGB (Red+Green+Blue) = 219+178+52=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB234 is #244DCB. Grayscale: #B0B0B0. Windows color (decimal): -2379212 or 3453659. OLE color: 3453659.

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

Color convert

RGB 219 178 52 -
CMYK 0 0.19 0.76 0.14
HSL 45.27º 0.7% 0.53% -
HSV(B) 45.27º 0.76% 0.86% -
XYZ 45.75 47.15 9.94 -
YUV 175.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 219 178 52 0 0.19 0.76 0.14 45.27 0.7 0.53
Hex DB B2 34 0 13 4C E 2D 46 35
Octal 333 262 64 0 23 114 16 55 106 65
Binary 11011011 10110010 110100 0 10011 1001100 1110 101101 1000110 110101

Color Harmonies of #DBB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB234

Black with #DBB234

Text Example


Text Example

White with #DBB234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB234; }

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

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

background-color css

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

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

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

border-color css

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

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

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