Html Css Color HEX #DBB229 Gold Tips

📋 copy color: '#DBB229'

red 219 ◦ green 178 ◦ blue 41

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

Shades of Gold Tips #DBB229

Tints of Gold Tips #DBB229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.36%

R = 50%
G = 40.64%
B = 9.36%

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

#DBB229 (or 0xDBB229) is known color: Gold Tips. HEX triplet: DB, B2 and 29. RGB value is (219,178,41). Sum of RGB (Red+Green+Blue) = 219+178+41=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB229 is #244DD6. Grayscale: #AFAFAF. Windows color (decimal): -2379223 or 2732763. OLE color: 2732763.

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

Color convert

RGB 219 178 41 -
CMYK 0 0.19 0.81 0.14
HSL 46.18º 0.71% 0.51% -
HSV(B) 46.18º 0.81% 0.86% -
XYZ 45.53 47.06 8.78 -
YUV 174.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 219 178 41 0 0.19 0.81 0.14 46.18 0.71 0.51
Hex DB B2 29 0 13 51 E 2E 47 33
Octal 333 262 51 0 23 121 16 56 107 63
Binary 11011011 10110010 101001 0 10011 1010001 1110 101110 1000111 110011

Color Harmonies of #DBB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB229

Black with #DBB229

Text Example


Text Example

White with #DBB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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