Html Css Color HEX #DFBA56 Ronchi

📋 copy color: '#DFBA56'

red 223 ◦ green 186 ◦ blue 86

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

Shades of Ronchi #DFBA56

Tints of Ronchi #DFBA56

RGB

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

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

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

R = 45.05%
G = 37.58%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DFBA56 (or 0xDFBA56) is known color: Ronchi. HEX triplet: DF, BA and 56. RGB value is (223,186,86). Sum of RGB (Red+Green+Blue) = 223+186+86=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA56 is #2045A9. Grayscale: #BABABA. Windows color (decimal): -2114986 or 5683935. OLE color: 5683935.

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

Color convert

RGB 223 186 86 -
CMYK 0 0.17 0.61 0.13
HSL 43.8º 0.68% 0.61% -
HSV(B) 43.8º 0.61% 0.87% -
XYZ 49.67 51.48 16.12 -
YUV 185.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 223 186 86 0 0.17 0.61 0.13 43.8 0.68 0.61
Hex DF BA 56 0 11 3D D 2C 44 3D
Octal 337 272 126 0 21 75 15 54 104 75
Binary 11011111 10111010 1010110 0 10001 111101 1101 101100 1000100 111101

Color Harmonies of #DFBA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA56

Black with #DFBA56

Text Example


Text Example

White with #DFBA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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