Html Css Color HEX #DBB42F Gold Tips

📋 copy color: '#DBB42F'

red 219 ◦ green 180 ◦ blue 47

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

Shades of Gold Tips #DBB42F

Tints of Gold Tips #DBB42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.54%

R = 49.1%
G = 40.36%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBB42F (or 0xDBB42F) is known color: Gold Tips. HEX triplet: DB, B4 and 2F. RGB value is (219,180,47). Sum of RGB (Red+Green+Blue) = 219+180+47=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB42F is #244BD0. Grayscale: #B1B1B1. Windows color (decimal): -2378705 or 3126491. OLE color: 3126491.

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

Color convert

RGB 219 180 47 -
CMYK 0 0.18 0.79 0.14
HSL 46.4º 0.7% 0.52% -
HSV(B) 46.4º 0.79% 0.86% -
XYZ 46.05 47.91 9.51 -
YUV 176.5 54.92 158.31 -
System Red Green Blue C M Y K H S L
Decimal 219 180 47 0 0.18 0.79 0.14 46.4 0.7 0.52
Hex DB B4 2F 0 12 4F E 2E 46 34
Octal 333 264 57 0 22 117 16 56 106 64
Binary 11011011 10110100 101111 0 10010 1001111 1110 101110 1000110 110100

Color Harmonies of #DBB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB42F

Black with #DBB42F

Text Example


Text Example

White with #DBB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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