Html Css Color HEX #DBB12B Gold Tips

📋 copy color: '#DBB12B'

red 219 ◦ green 177 ◦ blue 43

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

Shades of Gold Tips #DBB12B

Tints of Gold Tips #DBB12B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

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

R = 49.89%
G = 40.32%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBB12B (or 0xDBB12B) is known color: Gold Tips. HEX triplet: DB, B1 and 2B. RGB value is (219,177,43). Sum of RGB (Red+Green+Blue) = 219+177+43=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB12B is #244ED4. Grayscale: #AEAEAE. Windows color (decimal): -2379477 or 2863579. OLE color: 2863579.

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

Color convert

RGB 219 177 43 -
CMYK 0 0.19 0.80 0.14
HSL 45.68º 0.71% 0.51% -
HSV(B) 45.68º 0.8% 0.86% -
XYZ 45.37 46.68 8.9 -
YUV 174.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 219 177 43 0 0.19 0.80 0.14 45.68 0.71 0.51
Hex DB B1 2B 0 13 50 E 2E 47 33
Octal 333 261 53 0 23 120 16 56 107 63
Binary 11011011 10110001 101011 0 10011 1010000 1110 101110 1000111 110011

Color Harmonies of #DBB12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB12B

Black with #DBB12B

Text Example


Text Example

White with #DBB12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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