Html Css Color HEX #DFBA49 Ronchi

📋 copy color: '#DFBA49'

red 223 ◦ green 186 ◦ blue 73

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

Shades of Ronchi #DFBA49

Tints of Ronchi #DFBA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.15%

R = 46.27%
G = 38.59%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFBA49 (or 0xDFBA49) is known color: Ronchi. HEX triplet: DF, BA and 49. RGB value is (223,186,73). Sum of RGB (Red+Green+Blue) = 223+186+73=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA49 is #2045B6. Grayscale: #B8B8B8. Windows color (decimal): -2114999 or 4831967. OLE color: 4831967.

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

Color convert

RGB 223 186 73 -
CMYK 0 0.17 0.67 0.13
HSL 45.2º 0.7% 0.58% -
HSV(B) 45.2º 0.67% 0.87% -
XYZ 49.19 51.29 13.61 -
YUV 184.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 223 186 73 0 0.17 0.67 0.13 45.2 0.7 0.58
Hex DF BA 49 0 11 43 D 2D 46 3A
Octal 337 272 111 0 21 103 15 55 106 72
Binary 11011111 10111010 1001001 0 10001 1000011 1101 101101 1000110 111010

Color Harmonies of #DFBA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA49

Black with #DFBA49

Text Example


Text Example

White with #DFBA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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