Html Css Color HEX #DFBA47 Ronchi

📋 copy color: '#DFBA47'

red 223 ◦ green 186 ◦ blue 71

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

Shades of Ronchi #DFBA47

Tints of Ronchi #DFBA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.79%

R = 46.46%
G = 38.75%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFBA47 (or 0xDFBA47) is known color: Ronchi. HEX triplet: DF, BA and 47. RGB value is (223,186,71). Sum of RGB (Red+Green+Blue) = 223+186+71=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 71 (28.12% from 255 or 14.79% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA47 is #2045B8. Grayscale: #B8B8B8. Windows color (decimal): -2115001 or 4700895. OLE color: 4700895.

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

Color convert

RGB 223 186 71 -
CMYK 0 0.17 0.68 0.13
HSL 45.39º 0.7% 0.58% -
HSV(B) 45.39º 0.68% 0.87% -
XYZ 49.13 51.26 13.27 -
YUV 183.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 223 186 71 0 0.17 0.68 0.13 45.39 0.7 0.58
Hex DF BA 47 0 11 44 D 2D 46 3A
Octal 337 272 107 0 21 104 15 55 106 72
Binary 11011111 10111010 1000111 0 10001 1000100 1101 101101 1000110 111010

Color Harmonies of #DFBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA47

Black with #DFBA47

Text Example


Text Example

White with #DFBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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