Html Css Color HEX #DFBF56 Ronchi

📋 copy color: '#DFBF56'

red 223 ◦ green 191 ◦ blue 86

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

Shades of Ronchi #DFBF56

Tints of Ronchi #DFBF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.2%

R = 44.6%
G = 38.2%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DFBF56 (or 0xDFBF56) is known color: Ronchi. HEX triplet: DF, BF and 56. RGB value is (223,191,86). Sum of RGB (Red+Green+Blue) = 223+191+86=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF56 is #2040A9. Grayscale: #BDBDBD. Windows color (decimal): -2113706 or 5685215. OLE color: 5685215.

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

Color convert

RGB 223 191 86 -
CMYK 0 0.14 0.61 0.13
HSL 45.99º 0.68% 0.61% -
HSV(B) 45.99º 0.61% 0.87% -
XYZ 50.74 53.62 16.48 -
YUV 188.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 223 191 86 0 0.14 0.61 0.13 45.99 0.68 0.61
Hex DF BF 56 0 E 3D D 2E 44 3D
Octal 337 277 126 0 16 75 15 56 104 75
Binary 11011111 10111111 1010110 0 1110 111101 1101 101110 1000100 111101

Color Harmonies of #DFBF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF56

Black with #DFBF56

Text Example


Text Example

White with #DFBF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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