Html Css Color HEX #DBBD2B Gold Tips

📋 copy color: '#DBBD2B'

red 219 ◦ green 189 ◦ blue 43

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

Shades of Gold Tips #DBBD2B

Tints of Gold Tips #DBBD2B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.91%

 BLUE value IS 43 (17.19% from 255) = 9.53%

R = 48.56%
G = 41.91%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBBD2B (or 0xDBBD2B) is known color: Gold Tips. HEX triplet: DB, BD and 2B. RGB value is (219,189,43). Sum of RGB (Red+Green+Blue) = 219+189+43=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 43 (17.19% from 255 or 9.53% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD2B is #2442D4. Grayscale: #B5B5B5. Windows color (decimal): -2376405 or 2866651. OLE color: 2866651.

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

Color convert

RGB 219 189 43 -
CMYK 0 0.14 0.80 0.14
HSL 49.77º 0.71% 0.51% -
HSV(B) 49.77º 0.8% 0.86% -
XYZ 47.85 51.63 9.73 -
YUV 181.33 49.94 154.87 -
System Red Green Blue C M Y K H S L
Decimal 219 189 43 0 0.14 0.80 0.14 49.77 0.71 0.51
Hex DB BD 2B 0 E 50 E 32 47 33
Octal 333 275 53 0 16 120 16 62 107 63
Binary 11011011 10111101 101011 0 1110 1010000 1110 110010 1000111 110011

Color Harmonies of #DBBD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBD2B

Black with #DBBD2B

Text Example


Text Example

White with #DBBD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBD2B; }

 p { color: rgb(219,189,43); }

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

background-color css

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

 a { background-color: rgb(219,189,43); }

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

border-color css

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

 span { border-color: rgb(219,189,43); }

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