Html Css Color HEX #DBBC32 Metallic Gold

📋 copy color: '#DBBC32'

red 219 ◦ green 188 ◦ blue 50

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

Shades of Metallic Gold #DBBC32

Tints of Metallic Gold #DBBC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.94%

R = 47.92%
G = 41.14%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBBC32 (or 0xDBBC32) is known color: Metallic Gold. HEX triplet: DB, BC and 32. RGB value is (219,188,50). Sum of RGB (Red+Green+Blue) = 219+188+50=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC32 is #2443CD. Grayscale: #B6B6B6. Windows color (decimal): -2376654 or 3325147. OLE color: 3325147.

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

Color convert

RGB 219 188 50 -
CMYK 0 0.14 0.77 0.14
HSL 48.99º 0.7% 0.53% -
HSV(B) 48.99º 0.77% 0.86% -
XYZ 47.77 51.26 10.39 -
YUV 181.54 53.77 154.72 -
System Red Green Blue C M Y K H S L
Decimal 219 188 50 0 0.14 0.77 0.14 48.99 0.7 0.53
Hex DB BC 32 0 E 4D E 31 46 35
Octal 333 274 62 0 16 115 16 61 106 65
Binary 11011011 10111100 110010 0 1110 1001101 1110 110001 1000110 110101

Color Harmonies of #DBBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC32

Black with #DBBC32

Text Example


Text Example

White with #DBBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC32; }

 p { color: rgb(219,188,50); }

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

background-color css

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

 a { background-color: rgb(219,188,50); }

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

border-color css

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

 span { border-color: rgb(219,188,50); }

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