Html Css Color HEX #DFBA58 Ronchi

📋 copy color: '#DFBA58'

red 223 ◦ green 186 ◦ blue 88

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

Shades of Ronchi #DFBA58

Tints of Ronchi #DFBA58

RGB

 RED value IS 223 (87.5% from 255) = 44.87%

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

 BLUE value IS 88 (34.77% from 255) = 17.71%

R = 44.87%
G = 37.42%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DFBA58 (or 0xDFBA58) is known color: Ronchi. HEX triplet: DF, BA and 58. RGB value is (223,186,88). Sum of RGB (Red+Green+Blue) = 223+186+88=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA58 is #2045A7. Grayscale: #BABABA. Windows color (decimal): -2114984 or 5815007. OLE color: 5815007.

HSL color Cylindrical-coordinate representation of color #DFBA58: hue angle of 43.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFBA58 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 186 88 -
CMYK 0 0.17 0.61 0.13
HSL 43.56º 0.68% 0.61% -
HSV(B) 43.56º 0.61% 0.87% -
XYZ 49.75 51.51 16.55 -
YUV 185.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 223 186 88 0 0.17 0.61 0.13 43.56 0.68 0.61
Hex DF BA 58 0 11 3D D 2C 44 3D
Octal 337 272 130 0 21 75 15 54 104 75
Binary 11011111 10111010 1011000 0 10001 111101 1101 101100 1000100 111101

Color Harmonies of #DFBA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA58

Black with #DFBA58

Text Example


Text Example

White with #DFBA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA58; }

 p { color: rgb(223,186,88); }

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

background-color css

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

 a { background-color: rgb(223,186,88); }

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

border-color css

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

 span { border-color: rgb(223,186,88); }

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