Html Css Color HEX #DBB82F Gold Tips

📋 copy color: '#DBB82F'

red 219 ◦ green 184 ◦ blue 47

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

Shades of Gold Tips #DBB82F

Tints of Gold Tips #DBB82F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.89%

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

R = 48.67%
G = 40.89%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBB82F (or 0xDBB82F) is known color: Gold Tips. HEX triplet: DB, B8 and 2F. RGB value is (219,184,47). Sum of RGB (Red+Green+Blue) = 219+184+47=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB82F is #2447D0. Grayscale: #B3B3B3. Windows color (decimal): -2377681 or 3127515. OLE color: 3127515.

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

Color convert

RGB 219 184 47 -
CMYK 0 0.16 0.79 0.14
HSL 47.79º 0.7% 0.52% -
HSV(B) 47.79º 0.79% 0.86% -
XYZ 46.87 49.55 9.78 -
YUV 178.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 219 184 47 0 0.16 0.79 0.14 47.79 0.7 0.52
Hex DB B8 2F 0 10 4F E 30 46 34
Octal 333 270 57 0 20 117 16 60 106 64
Binary 11011011 10111000 101111 0 10000 1001111 1110 110000 1000110 110100

Color Harmonies of #DBB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB82F

Black with #DBB82F

Text Example


Text Example

White with #DBB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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