Html Css Color HEX #DBB426 Gold Tips

📋 copy color: '#DBB426'

red 219 ◦ green 180 ◦ blue 38

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

Shades of Gold Tips #DBB426

Tints of Gold Tips #DBB426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.7%

R = 50.11%
G = 41.19%
B = 8.7%

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

#DBB426 (or 0xDBB426) is known color: Gold Tips. HEX triplet: DB, B4 and 26. RGB value is (219,180,38). Sum of RGB (Red+Green+Blue) = 219+180+38=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB426 is #244BD9. Grayscale: #B0B0B0. Windows color (decimal): -2378714 or 2536667. OLE color: 2536667.

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

Color convert

RGB 219 180 38 -
CMYK 0 0.18 0.83 0.14
HSL 47.07º 0.72% 0.5% -
HSV(B) 47.07º 0.83% 0.86% -
XYZ 45.88 47.84 8.65 -
YUV 175.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 219 180 38 0 0.18 0.83 0.14 47.07 0.72 0.5
Hex DB B4 26 0 12 53 E 2F 48 32
Octal 333 264 46 0 22 123 16 57 110 62
Binary 11011011 10110100 100110 0 10010 1010011 1110 101111 1001000 110010

Color Harmonies of #DBB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB426

Black with #DBB426

Text Example


Text Example

White with #DBB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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