Html Css Color HEX #DBB02A Gold Tips

📋 copy color: '#DBB02A'

red 219 ◦ green 176 ◦ blue 42

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

Shades of Gold Tips #DBB02A

Tints of Gold Tips #DBB02A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

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

R = 50.11%
G = 40.27%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBB02A (or 0xDBB02A) is known color: Gold Tips. HEX triplet: DB, B0 and 2A. RGB value is (219,176,42). Sum of RGB (Red+Green+Blue) = 219+176+42=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB02A is #244FD5. Grayscale: #AEAEAE. Windows color (decimal): -2379734 or 2797787. OLE color: 2797787.

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

Color convert

RGB 219 176 42 -
CMYK 0 0.20 0.81 0.14
HSL 45.42º 0.71% 0.51% -
HSV(B) 45.42º 0.81% 0.86% -
XYZ 45.16 46.28 8.74 -
YUV 173.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 219 176 42 0 0.20 0.81 0.14 45.42 0.71 0.51
Hex DB B0 2A 0 14 51 E 2D 47 33
Octal 333 260 52 0 24 121 16 55 107 63
Binary 11011011 10110000 101010 0 10100 1010001 1110 101101 1000111 110011

Color Harmonies of #DBB02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB02A

Black with #DBB02A

Text Example


Text Example

White with #DBB02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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