Html Css Color HEX #DBB22C Gold Tips

📋 copy color: '#DBB22C'

red 219 ◦ green 178 ◦ blue 44

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

Shades of Gold Tips #DBB22C

Tints of Gold Tips #DBB22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.98%

R = 49.66%
G = 40.36%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBB22C (or 0xDBB22C) is known color: Gold Tips. HEX triplet: DB, B2 and 2C. RGB value is (219,178,44). Sum of RGB (Red+Green+Blue) = 219+178+44=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB22C is #244DD3. Grayscale: #AFAFAF. Windows color (decimal): -2379220 or 2929371. OLE color: 2929371.

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

Color convert

RGB 219 178 44 -
CMYK 0 0.19 0.80 0.14
HSL 45.94º 0.71% 0.52% -
HSV(B) 45.94º 0.8% 0.86% -
XYZ 45.59 47.08 9.07 -
YUV 174.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 219 178 44 0 0.19 0.80 0.14 45.94 0.71 0.52
Hex DB B2 2C 0 13 50 E 2E 47 34
Octal 333 262 54 0 23 120 16 56 107 64
Binary 11011011 10110010 101100 0 10011 1010000 1110 101110 1000111 110100

Color Harmonies of #DBB22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB22C

Black with #DBB22C

Text Example


Text Example

White with #DBB22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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