Html Css Color HEX #DBB21A Gold Tips

📋 copy color: '#DBB21A'

red 219 ◦ green 178 ◦ blue 26

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

Shades of Gold Tips #DBB21A

Tints of Gold Tips #DBB21A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.08%

 BLUE value IS 26 (10.55% from 255) = 6.15%

R = 51.77%
G = 42.08%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBB21A (or 0xDBB21A) is known color: Gold Tips. HEX triplet: DB, B2 and 1A. RGB value is (219,178,26). Sum of RGB (Red+Green+Blue) = 219+178+26=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB21A is #244DE5. Grayscale: #ADADAD. Windows color (decimal): -2379238 or 1749723. OLE color: 1749723.

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

Color convert

RGB 219 178 26 -
CMYK 0 0.19 0.88 0.14
HSL 47.25º 0.79% 0.48% -
HSV(B) 47.25º 0.88% 0.86% -
XYZ 45.32 46.98 7.66 -
YUV 172.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 219 178 26 0 0.19 0.88 0.14 47.25 0.79 0.48
Hex DB B2 1A 0 13 58 E 2F 4F 30
Octal 333 262 32 0 23 130 16 57 117 60
Binary 11011011 10110010 11010 0 10011 1011000 1110 101111 1001111 110000

Color Harmonies of #DBB21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB21A

Black with #DBB21A

Text Example


Text Example

White with #DBB21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB21A; }

 p { color: rgb(219,178,26); }

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

background-color css

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

 a { background-color: rgb(219,178,26); }

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

border-color css

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

 span { border-color: rgb(219,178,26); }

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