Html Css Color HEX #DBB723 Gold Tips

📋 copy color: '#DBB723'

red 219 ◦ green 183 ◦ blue 35

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

Shades of Gold Tips #DBB723

Tints of Gold Tips #DBB723

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.88%

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

R = 50.11%
G = 41.88%
B = 8.01%

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

#DBB723 (or 0xDBB723) is known color: Gold Tips. HEX triplet: DB, B7 and 23. RGB value is (219,183,35). Sum of RGB (Red+Green+Blue) = 219+183+35=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB723 is #2448DC. Grayscale: #B1B1B1. Windows color (decimal): -2377949 or 2340827. OLE color: 2340827.

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

Color convert

RGB 219 183 35 -
CMYK 0 0.16 0.84 0.14
HSL 48.26º 0.72% 0.5% -
HSV(B) 48.26º 0.84% 0.86% -
XYZ 46.45 49.05 8.61 -
YUV 176.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 219 183 35 0 0.16 0.84 0.14 48.26 0.72 0.5
Hex DB B7 23 0 10 54 E 30 48 32
Octal 333 267 43 0 20 124 16 60 110 62
Binary 11011011 10110111 100011 0 10000 1010100 1110 110000 1001000 110010

Color Harmonies of #DBB723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB723

Black with #DBB723

Text Example


Text Example

White with #DBB723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB723; }

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

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

background-color css

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

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

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

border-color css

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

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

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