Html Css Color HEX #DBBC2F Gold Tips

📋 copy color: '#DBBC2F'

red 219 ◦ green 188 ◦ blue 47

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

Shades of Gold Tips #DBBC2F

Tints of Gold Tips #DBBC2F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 47 (18.75% from 255) = 10.35%

R = 48.24%
G = 41.41%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBBC2F (or 0xDBBC2F) is known color: Gold Tips. HEX triplet: DB, BC and 2F. RGB value is (219,188,47). Sum of RGB (Red+Green+Blue) = 219+188+47=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC2F is #2443D0. Grayscale: #B5B5B5. Windows color (decimal): -2376657 or 3128539. OLE color: 3128539.

HSL color Cylindrical-coordinate representation of color #DBBC2F: hue angle of 49.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBBC2F is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 188 47 -
CMYK 0 0.14 0.79 0.14
HSL 49.19º 0.7% 0.52% -
HSV(B) 49.19º 0.79% 0.86% -
XYZ 47.71 51.23 10.06 -
YUV 181.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 219 188 47 0 0.14 0.79 0.14 49.19 0.7 0.52
Hex DB BC 2F 0 E 4F E 31 46 34
Octal 333 274 57 0 16 117 16 61 106 64
Binary 11011011 10111100 101111 0 1110 1001111 1110 110001 1000110 110100

Color Harmonies of #DBBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC2F

Black with #DBBC2F

Text Example


Text Example

White with #DBBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC2F; }

 p { color: rgb(219,188,47); }

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

background-color css

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

 a { background-color: rgb(219,188,47); }

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

border-color css

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

 span { border-color: rgb(219,188,47); }

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