Html Css Color HEX #DBB32E Gold Tips

📋 copy color: '#DBB32E'

red 219 ◦ green 179 ◦ blue 46

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

Shades of Gold Tips #DBB32E

Tints of Gold Tips #DBB32E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.32%

 BLUE value IS 46 (18.36% from 255) = 10.36%

R = 49.32%
G = 40.32%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBB32E (or 0xDBB32E) is known color: Gold Tips. HEX triplet: DB, B3 and 2E. RGB value is (219,179,46). Sum of RGB (Red+Green+Blue) = 219+179+46=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB32E is #244CD1. Grayscale: #B0B0B0. Windows color (decimal): -2378962 or 3060699. OLE color: 3060699.

HSL color Cylindrical-coordinate representation of color #DBB32E: hue angle of 46.13º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBB32E is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 46 -
CMYK 0 0.18 0.79 0.14
HSL 46.13º 0.71% 0.52% -
HSV(B) 46.13º 0.79% 0.86% -
XYZ 45.83 47.5 9.34 -
YUV 175.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 219 179 46 0 0.18 0.79 0.14 46.13 0.71 0.52
Hex DB B3 2E 0 12 4F E 2E 47 34
Octal 333 263 56 0 22 117 16 56 107 64
Binary 11011011 10110011 101110 0 10010 1001111 1110 101110 1000111 110100

Color Harmonies of #DBB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB32E

Black with #DBB32E

Text Example


Text Example

White with #DBB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB32E; }

 p { color: rgb(219,179,46); }

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

background-color css

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

 a { background-color: rgb(219,179,46); }

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

border-color css

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

 span { border-color: rgb(219,179,46); }

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