Html Css Color HEX #DBB62C Gold Tips

📋 copy color: '#DBB62C'

red 219 ◦ green 182 ◦ blue 44

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

Shades of Gold Tips #DBB62C

Tints of Gold Tips #DBB62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.89%

R = 49.21%
G = 40.9%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBB62C (or 0xDBB62C) is known color: Gold Tips. HEX triplet: DB, B6 and 2C. RGB value is (219,182,44). Sum of RGB (Red+Green+Blue) = 219+182+44=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB62C is #2449D3. Grayscale: #B1B1B1. Windows color (decimal): -2378196 or 2930395. OLE color: 2930395.

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

Color convert

RGB 219 182 44 -
CMYK 0 0.17 0.80 0.14
HSL 47.31º 0.71% 0.52% -
HSV(B) 47.31º 0.8% 0.86% -
XYZ 46.4 48.7 9.34 -
YUV 177.33 52.76 157.72 -
System Red Green Blue C M Y K H S L
Decimal 219 182 44 0 0.17 0.80 0.14 47.31 0.71 0.52
Hex DB B6 2C 0 11 50 E 2F 47 34
Octal 333 266 54 0 21 120 16 57 107 64
Binary 11011011 10110110 101100 0 10001 1010000 1110 101111 1000111 110100

Color Harmonies of #DBB62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB62C

Black with #DBB62C

Text Example


Text Example

White with #DBB62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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