Html Css Color HEX #DBBA4C Ronchi

📋 copy color: '#DBBA4C'

red 219 ◦ green 186 ◦ blue 76

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

Shades of Ronchi #DBBA4C

Tints of Ronchi #DBBA4C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

 BLUE value IS 76 (30.08% from 255) = 15.8%

R = 45.53%
G = 38.67%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBBA4C (or 0xDBBA4C) is known color: Ronchi. HEX triplet: DB, BA and 4C. RGB value is (219,186,76). Sum of RGB (Red+Green+Blue) = 219+186+76=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA4C is #2445B3. Grayscale: #B7B7B7. Windows color (decimal): -2377140 or 5028571. OLE color: 5028571.

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

Color convert

RGB 219 186 76 -
CMYK 0 0.15 0.65 0.14
HSL 46.15º 0.67% 0.58% -
HSV(B) 46.15º 0.65% 0.86% -
XYZ 48.08 50.7 14.09 -
YUV 183.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 219 186 76 0 0.15 0.65 0.14 46.15 0.67 0.58
Hex DB BA 4C 0 F 41 E 2E 43 3A
Octal 333 272 114 0 17 101 16 56 103 72
Binary 11011011 10111010 1001100 0 1111 1000001 1110 101110 1000011 111010

Color Harmonies of #DBBA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA4C

Black with #DBBA4C

Text Example


Text Example

White with #DBBA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA4C; }

 p { color: rgb(219,186,76); }

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

background-color css

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

 a { background-color: rgb(219,186,76); }

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

border-color css

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

 span { border-color: rgb(219,186,76); }

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