Html Css Color HEX #DBB62A Gold Tips

📋 copy color: '#DBB62A'

red 219 ◦ green 182 ◦ blue 42

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

Shades of Gold Tips #DBB62A

Tints of Gold Tips #DBB62A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.08%

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

R = 49.44%
G = 41.08%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBB62A (or 0xDBB62A) is known color: Gold Tips. HEX triplet: DB, B6 and 2A. RGB value is (219,182,42). Sum of RGB (Red+Green+Blue) = 219+182+42=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB62A is #2449D5. Grayscale: #B1B1B1. Windows color (decimal): -2378198 or 2799323. OLE color: 2799323.

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

Color convert

RGB 219 182 42 -
CMYK 0 0.17 0.81 0.14
HSL 47.46º 0.71% 0.51% -
HSV(B) 47.46º 0.81% 0.86% -
XYZ 46.36 48.68 9.14 -
YUV 177.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 219 182 42 0 0.17 0.81 0.14 47.46 0.71 0.51
Hex DB B6 2A 0 11 51 E 2F 47 33
Octal 333 266 52 0 21 121 16 57 107 63
Binary 11011011 10110110 101010 0 10001 1010001 1110 101111 1000111 110011

Color Harmonies of #DBB62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB62A

Black with #DBB62A

Text Example


Text Example

White with #DBB62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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