Html Css Color HEX #DBB42C Gold Tips

📋 copy color: '#DBB42C'

red 219 ◦ green 180 ◦ blue 44

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

Shades of Gold Tips #DBB42C

Tints of Gold Tips #DBB42C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.63%

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

R = 49.44%
G = 40.63%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBB42C (or 0xDBB42C) is known color: Gold Tips. HEX triplet: DB, B4 and 2C. RGB value is (219,180,44). Sum of RGB (Red+Green+Blue) = 219+180+44=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB42C is #244BD3. Grayscale: #B0B0B0. Windows color (decimal): -2378708 or 2929883. OLE color: 2929883.

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

Color convert

RGB 219 180 44 -
CMYK 0 0.18 0.80 0.14
HSL 46.63º 0.71% 0.52% -
HSV(B) 46.63º 0.8% 0.86% -
XYZ 45.99 47.88 9.2 -
YUV 176.16 53.42 158.56 -
System Red Green Blue C M Y K H S L
Decimal 219 180 44 0 0.18 0.80 0.14 46.63 0.71 0.52
Hex DB B4 2C 0 12 50 E 2F 47 34
Octal 333 264 54 0 22 120 16 57 107 64
Binary 11011011 10110100 101100 0 10010 1010000 1110 101111 1000111 110100

Color Harmonies of #DBB42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB42C

Black with #DBB42C

Text Example


Text Example

White with #DBB42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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