Html Css Color HEX #DBB92A Gold Tips

📋 copy color: '#DBB92A'

red 219 ◦ green 185 ◦ blue 42

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

Shades of Gold Tips #DBB92A

Tints of Gold Tips #DBB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.48%

 BLUE value IS 42 (16.8% from 255) = 9.42%

R = 49.1%
G = 41.48%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBB92A (or 0xDBB92A) is known color: Gold Tips. HEX triplet: DB, B9 and 2A. RGB value is (219,185,42). Sum of RGB (Red+Green+Blue) = 219+185+42=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB92A is #2446D5. Grayscale: #B3B3B3. Windows color (decimal): -2377430 or 2800091. OLE color: 2800091.

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

Color convert

RGB 219 185 42 -
CMYK 0 0.16 0.81 0.14
HSL 48.47º 0.71% 0.51% -
HSV(B) 48.47º 0.81% 0.86% -
XYZ 46.98 49.93 9.35 -
YUV 178.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 219 185 42 0 0.16 0.81 0.14 48.47 0.71 0.51
Hex DB B9 2A 0 10 51 E 30 47 33
Octal 333 271 52 0 20 121 16 60 107 63
Binary 11011011 10111001 101010 0 10000 1010001 1110 110000 1000111 110011

Color Harmonies of #DBB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB92A

Black with #DBB92A

Text Example


Text Example

White with #DBB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB92A; }

 p { color: rgb(219,185,42); }

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

background-color css

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

 a { background-color: rgb(219,185,42); }

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

border-color css

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

 span { border-color: rgb(219,185,42); }

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