Html Css Color HEX #DBB527 Gold Tips

📋 copy color: '#DBB527'

red 219 ◦ green 181 ◦ blue 39

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

Shades of Gold Tips #DBB527

Tints of Gold Tips #DBB527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.88%

R = 49.89%
G = 41.23%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBB527 (or 0xDBB527) is known color: Gold Tips. HEX triplet: DB, B5 and 27. RGB value is (219,181,39). Sum of RGB (Red+Green+Blue) = 219+181+39=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB527 is #244AD8. Grayscale: #B0B0B0. Windows color (decimal): -2378457 or 2602459. OLE color: 2602459.

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

Color convert

RGB 219 181 39 -
CMYK 0 0.17 0.82 0.14
HSL 47.33º 0.71% 0.51% -
HSV(B) 47.33º 0.82% 0.86% -
XYZ 46.1 48.25 8.8 -
YUV 176.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 219 181 39 0 0.17 0.82 0.14 47.33 0.71 0.51
Hex DB B5 27 0 11 52 E 2F 47 33
Octal 333 265 47 0 21 122 16 57 107 63
Binary 11011011 10110101 100111 0 10001 1010010 1110 101111 1000111 110011

Color Harmonies of #DBB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB527

Black with #DBB527

Text Example


Text Example

White with #DBB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB527; }

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

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

background-color css

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

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

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

border-color css

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

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

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