Html Css Color HEX #DFBB49 Ronchi

📋 copy color: '#DFBB49'

red 223 ◦ green 187 ◦ blue 73

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

Shades of Ronchi #DFBB49

Tints of Ronchi #DFBB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.72%

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

R = 46.17%
G = 38.72%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFBB49 (or 0xDFBB49) is known color: Ronchi. HEX triplet: DF, BB and 49. RGB value is (223,187,73). Sum of RGB (Red+Green+Blue) = 223+187+73=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB49 is #2044B6. Grayscale: #B9B9B9. Windows color (decimal): -2114743 or 4832223. OLE color: 4832223.

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

Color convert

RGB 223 187 73 -
CMYK 0 0.16 0.67 0.13
HSL 45.6º 0.7% 0.58% -
HSV(B) 45.6º 0.67% 0.87% -
XYZ 49.4 51.71 13.68 -
YUV 184.77 64.93 155.27 -
System Red Green Blue C M Y K H S L
Decimal 223 187 73 0 0.16 0.67 0.13 45.6 0.7 0.58
Hex DF BB 49 0 10 43 D 2E 46 3A
Octal 337 273 111 0 20 103 15 56 106 72
Binary 11011111 10111011 1001001 0 10000 1000011 1101 101110 1000110 111010

Color Harmonies of #DFBB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB49

Black with #DFBB49

Text Example


Text Example

White with #DFBB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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