Html Css Color HEX #DFBF53 Ronchi

📋 copy color: '#DFBF53'

red 223 ◦ green 191 ◦ blue 83

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

Shades of Ronchi #DFBF53

Tints of Ronchi #DFBF53

RGB

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

 GREEN value IS 191 (75% from 255) = 38.43%

 BLUE value IS 83 (32.81% from 255) = 16.7%

R = 44.87%
G = 38.43%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFBF53 (or 0xDFBF53) is known color: Ronchi. HEX triplet: DF, BF and 53. RGB value is (223,191,83). Sum of RGB (Red+Green+Blue) = 223+191+83=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF53 is #2040AC. Grayscale: #BCBCBC. Windows color (decimal): -2113709 or 5488607. OLE color: 5488607.

HSL color Cylindrical-coordinate representation of color #DFBF53: hue angle of 46.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFBF53 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 191 83 -
CMYK 0 0.14 0.63 0.13
HSL 46.29º 0.69% 0.6% -
HSV(B) 46.29º 0.63% 0.87% -
XYZ 50.62 53.57 15.86 -
YUV 188.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 223 191 83 0 0.14 0.63 0.13 46.29 0.69 0.6
Hex DF BF 53 0 E 3F D 2E 45 3C
Octal 337 277 123 0 16 77 15 56 105 74
Binary 11011111 10111111 1010011 0 1110 111111 1101 101110 1000101 111100

Color Harmonies of #DFBF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF53

Black with #DFBF53

Text Example


Text Example

White with #DFBF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF53; }

 p { color: rgb(223,191,83); }

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

background-color css

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

 a { background-color: rgb(223,191,83); }

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

border-color css

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

 span { border-color: rgb(223,191,83); }

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