Html Css Color HEX #DBB22E Gold Tips

📋 copy color: '#DBB22E'

red 219 ◦ green 178 ◦ blue 46

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

Shades of Gold Tips #DBB22E

Tints of Gold Tips #DBB22E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.38%

R = 49.44%
G = 40.18%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBB22E (or 0xDBB22E) is known color: Gold Tips. HEX triplet: DB, B2 and 2E. RGB value is (219,178,46). Sum of RGB (Red+Green+Blue) = 219+178+46=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB22E is #244DD1. Grayscale: #AFAFAF. Windows color (decimal): -2379218 or 3060443. OLE color: 3060443.

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

Color convert

RGB 219 178 46 -
CMYK 0 0.19 0.79 0.14
HSL 45.78º 0.71% 0.52% -
HSV(B) 45.78º 0.79% 0.86% -
XYZ 45.63 47.1 9.27 -
YUV 175.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 219 178 46 0 0.19 0.79 0.14 45.78 0.71 0.52
Hex DB B2 2E 0 13 4F E 2E 47 34
Octal 333 262 56 0 23 117 16 56 107 64
Binary 11011011 10110010 101110 0 10011 1001111 1110 101110 1000111 110100

Color Harmonies of #DBB22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB22E

Black with #DBB22E

Text Example


Text Example

White with #DBB22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB22E; }

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

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

background-color css

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

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

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

border-color css

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

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

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