Html Css Color HEX #DBAC2D Gold Tips

📋 copy color: '#DBAC2D'

red 219 ◦ green 172 ◦ blue 45

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

Shades of Gold Tips #DBAC2D

Tints of Gold Tips #DBAC2D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.45%

 BLUE value IS 45 (17.97% from 255) = 10.32%

R = 50.23%
G = 39.45%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBAC2D (or 0xDBAC2D) is known color: Gold Tips. HEX triplet: DB, AC and 2D. RGB value is (219,172,45). Sum of RGB (Red+Green+Blue) = 219+172+45=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC2D is #2453D2. Grayscale: #ACACAC. Windows color (decimal): -2380755 or 2993371. OLE color: 2993371.

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

Color convert

RGB 219 172 45 -
CMYK 0 0.21 0.79 0.14
HSL 43.79º 0.71% 0.52% -
HSV(B) 43.79º 0.79% 0.86% -
XYZ 44.44 44.75 8.78 -
YUV 171.58 56.57 161.83 -
System Red Green Blue C M Y K H S L
Decimal 219 172 45 0 0.21 0.79 0.14 43.79 0.71 0.52
Hex DB AC 2D 0 15 4F E 2C 47 34
Octal 333 254 55 0 25 117 16 54 107 64
Binary 11011011 10101100 101101 0 10101 1001111 1110 101100 1000111 110100

Color Harmonies of #DBAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC2D

Black with #DBAC2D

Text Example


Text Example

White with #DBAC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC2D; }

 p { color: rgb(219,172,45); }

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

background-color css

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

 a { background-color: rgb(219,172,45); }

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

border-color css

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

 span { border-color: rgb(219,172,45); }

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