Html Css Color HEX #DBBB2F Gold Tips

📋 copy color: '#DBBB2F'

red 219 ◦ green 187 ◦ blue 47

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

Shades of Gold Tips #DBBB2F

Tints of Gold Tips #DBBB2F

RGB

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

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

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

R = 48.34%
G = 41.28%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBBB2F (or 0xDBBB2F) is known color: Gold Tips. HEX triplet: DB, BB and 2F. RGB value is (219,187,47). Sum of RGB (Red+Green+Blue) = 219+187+47=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB2F is #2444D0. Grayscale: #B5B5B5. Windows color (decimal): -2376913 or 3128283. OLE color: 3128283.

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

Color convert

RGB 219 187 47 -
CMYK 0 0.15 0.79 0.14
HSL 48.84º 0.7% 0.52% -
HSV(B) 48.84º 0.79% 0.86% -
XYZ 47.5 50.81 9.99 -
YUV 180.61 52.6 155.38 -
System Red Green Blue C M Y K H S L
Decimal 219 187 47 0 0.15 0.79 0.14 48.84 0.7 0.52
Hex DB BB 2F 0 F 4F E 31 46 34
Octal 333 273 57 0 17 117 16 61 106 64
Binary 11011011 10111011 101111 0 1111 1001111 1110 110001 1000110 110100

Color Harmonies of #DBBB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB2F

Black with #DBBB2F

Text Example


Text Example

White with #DBBB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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