Html Css Color HEX #DBB425 Gold Tips

📋 copy color: '#DBB425'

red 219 ◦ green 180 ◦ blue 37

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

Shades of Gold Tips #DBB425

Tints of Gold Tips #DBB425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.49%

R = 50.23%
G = 41.28%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBB425 (or 0xDBB425) is known color: Gold Tips. HEX triplet: DB, B4 and 25. RGB value is (219,180,37). Sum of RGB (Red+Green+Blue) = 219+180+37=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB425 is #244BDA. Grayscale: #AFAFAF. Windows color (decimal): -2378715 or 2471131. OLE color: 2471131.

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

Color convert

RGB 219 180 37 -
CMYK 0 0.18 0.83 0.14
HSL 47.14º 0.72% 0.5% -
HSV(B) 47.14º 0.83% 0.86% -
XYZ 45.87 47.84 8.57 -
YUV 175.36 49.92 159.13 -
System Red Green Blue C M Y K H S L
Decimal 219 180 37 0 0.18 0.83 0.14 47.14 0.72 0.5
Hex DB B4 25 0 12 53 E 2F 48 32
Octal 333 264 45 0 22 123 16 57 110 62
Binary 11011011 10110100 100101 0 10010 1010011 1110 101111 1001000 110010

Color Harmonies of #DBB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB425

Black with #DBB425

Text Example


Text Example

White with #DBB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB425; }

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

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

background-color css

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

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

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

border-color css

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

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

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