Html Css Color HEX #DBB52F Gold Tips

📋 copy color: '#DBB52F'

red 219 ◦ green 181 ◦ blue 47

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

Shades of Gold Tips #DBB52F

Tints of Gold Tips #DBB52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.51%

R = 48.99%
G = 40.49%
B = 10.51%

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

#DBB52F (or 0xDBB52F) is known color: Gold Tips. HEX triplet: DB, B5 and 2F. RGB value is (219,181,47). Sum of RGB (Red+Green+Blue) = 219+181+47=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB52F is #244AD0. Grayscale: #B1B1B1. Windows color (decimal): -2378449 or 3126747. OLE color: 3126747.

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

Color convert

RGB 219 181 47 -
CMYK 0 0.17 0.79 0.14
HSL 46.74º 0.7% 0.52% -
HSV(B) 46.74º 0.79% 0.86% -
XYZ 46.25 48.31 9.58 -
YUV 177.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 219 181 47 0 0.17 0.79 0.14 46.74 0.7 0.52
Hex DB B5 2F 0 11 4F E 2F 46 34
Octal 333 265 57 0 21 117 16 57 106 64
Binary 11011011 10110101 101111 0 10001 1001111 1110 101111 1000110 110100

Color Harmonies of #DBB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB52F

Black with #DBB52F

Text Example


Text Example

White with #DBB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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