Html Css Color HEX #DBB41E Gold Tips

📋 copy color: '#DBB41E'

red 219 ◦ green 180 ◦ blue 30

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

Shades of Gold Tips #DBB41E

Tints of Gold Tips #DBB41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.99%

R = 51.05%
G = 41.96%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBB41E (or 0xDBB41E) is known color: Gold Tips. HEX triplet: DB, B4 and 1E. RGB value is (219,180,30). Sum of RGB (Red+Green+Blue) = 219+180+30=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB41E is #244BE1. Grayscale: #AFAFAF. Windows color (decimal): -2378722 or 2012379. OLE color: 2012379.

HSL color Cylindrical-coordinate representation of color #DBB41E: hue angle of 47.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBB41E is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 30 -
CMYK 0 0.18 0.86 0.14
HSL 47.62º 0.76% 0.49% -
HSV(B) 47.62º 0.86% 0.86% -
XYZ 45.77 47.8 8.04 -
YUV 174.56 46.42 159.7 -
System Red Green Blue C M Y K H S L
Decimal 219 180 30 0 0.18 0.86 0.14 47.62 0.76 0.49
Hex DB B4 1E 0 12 56 E 30 4C 31
Octal 333 264 36 0 22 126 16 60 114 61
Binary 11011011 10110100 11110 0 10010 1010110 1110 110000 1001100 110001

Color Harmonies of #DBB41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB41E

Black with #DBB41E

Text Example


Text Example

White with #DBB41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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