Html Css Color HEX #DBB52E Gold Tips

📋 copy color: '#DBB52E'

red 219 ◦ green 181 ◦ blue 46

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

Shades of Gold Tips #DBB52E

Tints of Gold Tips #DBB52E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.58%

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

R = 49.1%
G = 40.58%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBB52E (or 0xDBB52E) is known color: Gold Tips. HEX triplet: DB, B5 and 2E. RGB value is (219,181,46). Sum of RGB (Red+Green+Blue) = 219+181+46=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB52E is #244AD1. Grayscale: #B1B1B1. Windows color (decimal): -2378450 or 3061211. OLE color: 3061211.

HSL color Cylindrical-coordinate representation of color #DBB52E: hue angle of 46.82º 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 #DBB52E is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 181 46 -
CMYK 0 0.17 0.79 0.14
HSL 46.82º 0.71% 0.52% -
HSV(B) 46.82º 0.79% 0.86% -
XYZ 46.23 48.31 9.47 -
YUV 176.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 219 181 46 0 0.17 0.79 0.14 46.82 0.71 0.52
Hex DB B5 2E 0 11 4F E 2F 47 34
Octal 333 265 56 0 21 117 16 57 107 64
Binary 11011011 10110101 101110 0 10001 1001111 1110 101111 1000111 110100

Color Harmonies of #DBB52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB52E

Black with #DBB52E

Text Example


Text Example

White with #DBB52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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