Html Css Color HEX #DFB949 Ronchi

📋 copy color: '#DFB949'

red 223 ◦ green 185 ◦ blue 73

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

Shades of Ronchi #DFB949

Tints of Ronchi #DFB949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.46%

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

R = 46.36%
G = 38.46%
B = 15.18%

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

#DFB949 (or 0xDFB949) is known color: Ronchi. HEX triplet: DF, B9 and 49. RGB value is (223,185,73). Sum of RGB (Red+Green+Blue) = 223+185+73=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB949 is #2046B6. Grayscale: #B8B8B8. Windows color (decimal): -2115255 or 4831711. OLE color: 4831711.

HSL color Cylindrical-coordinate representation of color #DFB949: hue angle of 44.8º 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 #DFB949 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 185 73 -
CMYK 0 0.17 0.67 0.13
HSL 44.8º 0.7% 0.58% -
HSV(B) 44.8º 0.67% 0.87% -
XYZ 48.98 50.87 13.54 -
YUV 183.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 223 185 73 0 0.17 0.67 0.13 44.8 0.7 0.58
Hex DF B9 49 0 11 43 D 2D 46 3A
Octal 337 271 111 0 21 103 15 55 106 72
Binary 11011111 10111001 1001001 0 10001 1000011 1101 101101 1000110 111010

Color Harmonies of #DFB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB949

Black with #DFB949

Text Example


Text Example

White with #DFB949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB949; }

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

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

background-color css

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

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

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

border-color css

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

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

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