Html Css Color HEX #DBB326 Gold Tips

📋 copy color: '#DBB326'

red 219 ◦ green 179 ◦ blue 38

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

Shades of Gold Tips #DBB326

Tints of Gold Tips #DBB326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

 BLUE value IS 38 (15.23% from 255) = 8.72%

R = 50.23%
G = 41.06%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBB326 (or 0xDBB326) is known color: Gold Tips. HEX triplet: DB, B3 and 26. RGB value is (219,179,38). Sum of RGB (Red+Green+Blue) = 219+179+38=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB326 is #244CD9. Grayscale: #AFAFAF. Windows color (decimal): -2378970 or 2536411. OLE color: 2536411.

HSL color Cylindrical-coordinate representation of color #DBB326: hue angle of 46.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBB326 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 38 -
CMYK 0 0.18 0.83 0.14
HSL 46.74º 0.72% 0.5% -
HSV(B) 46.74º 0.83% 0.86% -
XYZ 45.68 47.44 8.58 -
YUV 174.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 219 179 38 0 0.18 0.83 0.14 46.74 0.72 0.5
Hex DB B3 26 0 12 53 E 2F 48 32
Octal 333 263 46 0 22 123 16 57 110 62
Binary 11011011 10110011 100110 0 10010 1010011 1110 101111 1001000 110010

Color Harmonies of #DBB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB326

Black with #DBB326

Text Example


Text Example

White with #DBB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB326; }

 p { color: rgb(219,179,38); }

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

background-color css

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

 a { background-color: rgb(219,179,38); }

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

border-color css

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

 span { border-color: rgb(219,179,38); }

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