Html Css Color HEX #DBB22A Gold Tips

📋 copy color: '#DBB22A'

red 219 ◦ green 178 ◦ blue 42

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

Shades of Gold Tips #DBB22A

Tints of Gold Tips #DBB22A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.57%

R = 49.89%
G = 40.55%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBB22A (or 0xDBB22A) is known color: Gold Tips. HEX triplet: DB, B2 and 2A. RGB value is (219,178,42). Sum of RGB (Red+Green+Blue) = 219+178+42=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB22A is #244DD5. Grayscale: #AFAFAF. Windows color (decimal): -2379222 or 2798299. OLE color: 2798299.

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

Color convert

RGB 219 178 42 -
CMYK 0 0.19 0.81 0.14
HSL 46.1º 0.71% 0.51% -
HSV(B) 46.1º 0.81% 0.86% -
XYZ 45.55 47.07 8.87 -
YUV 174.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 219 178 42 0 0.19 0.81 0.14 46.1 0.71 0.51
Hex DB B2 2A 0 13 51 E 2E 47 33
Octal 333 262 52 0 23 121 16 56 107 63
Binary 11011011 10110010 101010 0 10011 1010001 1110 101110 1000111 110011

Color Harmonies of #DBB22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB22A

Black with #DBB22A

Text Example


Text Example

White with #DBB22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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