Html Css Color HEX #DBBB50 Ronchi

📋 copy color: '#DBBB50'

red 219 ◦ green 187 ◦ blue 80

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

Shades of Ronchi #DBBB50

Tints of Ronchi #DBBB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.46%

R = 45.06%
G = 38.48%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBBB50 (or 0xDBBB50) is known color: Ronchi. HEX triplet: DB, BB and 50. RGB value is (219,187,80). Sum of RGB (Red+Green+Blue) = 219+187+80=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB50 is #2444AF. Grayscale: #B8B8B8. Windows color (decimal): -2376880 or 5290971. OLE color: 5290971.

HSL color Cylindrical-coordinate representation of color #DBBB50: hue angle of 46.19º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBBB50 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 187 80 -
CMYK 0 0.15 0.63 0.14
HSL 46.19º 0.66% 0.59% -
HSV(B) 46.19º 0.63% 0.86% -
XYZ 48.43 51.18 14.92 -
YUV 184.37 69.1 152.7 -
System Red Green Blue C M Y K H S L
Decimal 219 187 80 0 0.15 0.63 0.14 46.19 0.66 0.59
Hex DB BB 50 0 F 3F E 2E 42 3B
Octal 333 273 120 0 17 77 16 56 102 73
Binary 11011011 10111011 1010000 0 1111 111111 1110 101110 1000010 111011

Color Harmonies of #DBBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB50

Black with #DBBB50

Text Example


Text Example

White with #DBBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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