Html Css Color HEX #DBBB2B Gold Tips

📋 copy color: '#DBBB2B'

red 219 ◦ green 187 ◦ blue 43

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

Shades of Gold Tips #DBBB2B

Tints of Gold Tips #DBBB2B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.65%

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

R = 48.78%
G = 41.65%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBBB2B (or 0xDBBB2B) is known color: Gold Tips. HEX triplet: DB, BB and 2B. RGB value is (219,187,43). Sum of RGB (Red+Green+Blue) = 219+187+43=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB2B is #2444D4. Grayscale: #B4B4B4. Windows color (decimal): -2376917 or 2866139. OLE color: 2866139.

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

Color convert

RGB 219 187 43 -
CMYK 0 0.15 0.80 0.14
HSL 49.09º 0.71% 0.51% -
HSV(B) 49.09º 0.8% 0.86% -
XYZ 47.42 50.78 9.59 -
YUV 180.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 219 187 43 0 0.15 0.80 0.14 49.09 0.71 0.51
Hex DB BB 2B 0 F 50 E 31 47 33
Octal 333 273 53 0 17 120 16 61 107 63
Binary 11011011 10111011 101011 0 1111 1010000 1110 110001 1000111 110011

Color Harmonies of #DBBB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB2B

Black with #DBBB2B

Text Example


Text Example

White with #DBBB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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