Html Css Color HEX #DBB823 Gold Tips

📋 copy color: '#DBB823'

red 219 ◦ green 184 ◦ blue 35

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

Shades of Gold Tips #DBB823

Tints of Gold Tips #DBB823

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

 BLUE value IS 35 (14.06% from 255) = 7.99%

R = 50%
G = 42.01%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBB823 (or 0xDBB823) is known color: Gold Tips. HEX triplet: DB, B8 and 23. RGB value is (219,184,35). Sum of RGB (Red+Green+Blue) = 219+184+35=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 35 (14.06% from 255 or 7.99% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB823 is #2447DC. Grayscale: #B2B2B2. Windows color (decimal): -2377693 or 2341083. OLE color: 2341083.

HSL color Cylindrical-coordinate representation of color #DBB823: hue angle of 48.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBB823 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 184 35 -
CMYK 0 0.16 0.84 0.14
HSL 48.59º 0.72% 0.5% -
HSV(B) 48.59º 0.84% 0.86% -
XYZ 46.66 49.46 8.68 -
YUV 177.48 47.6 157.62 -
System Red Green Blue C M Y K H S L
Decimal 219 184 35 0 0.16 0.84 0.14 48.59 0.72 0.5
Hex DB B8 23 0 10 54 E 31 48 32
Octal 333 270 43 0 20 124 16 61 110 62
Binary 11011011 10111000 100011 0 10000 1010100 1110 110001 1001000 110010

Color Harmonies of #DBB823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB823

Black with #DBB823

Text Example


Text Example

White with #DBB823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB823; }

 p { color: rgb(219,184,35); }

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

background-color css

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

 a { background-color: rgb(219,184,35); }

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

border-color css

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

 span { border-color: rgb(219,184,35); }

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