Html Css Color HEX #DBBA2F Gold Tips

📋 copy color: '#DBBA2F'

red 219 ◦ green 186 ◦ blue 47

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

Shades of Gold Tips #DBBA2F

Tints of Gold Tips #DBBA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.15%

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

R = 48.45%
G = 41.15%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBBA2F (or 0xDBBA2F) is known color: Gold Tips. HEX triplet: DB, BA and 2F. RGB value is (219,186,47). Sum of RGB (Red+Green+Blue) = 219+186+47=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 47 (18.75% from 255 or 10.40% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA2F is #2445D0. Grayscale: #B4B4B4. Windows color (decimal): -2377169 or 3128027. OLE color: 3128027.

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

Color convert

RGB 219 186 47 -
CMYK 0 0.15 0.79 0.14
HSL 48.49º 0.7% 0.52% -
HSV(B) 48.49º 0.79% 0.86% -
XYZ 47.29 50.38 9.92 -
YUV 180.02 52.93 155.8 -
System Red Green Blue C M Y K H S L
Decimal 219 186 47 0 0.15 0.79 0.14 48.49 0.7 0.52
Hex DB BA 2F 0 F 4F E 30 46 34
Octal 333 272 57 0 17 117 16 60 106 64
Binary 11011011 10111010 101111 0 1111 1001111 1110 110000 1000110 110100

Color Harmonies of #DBBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA2F

Black with #DBBA2F

Text Example


Text Example

White with #DBBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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