Html Css Color HEX #DFBA54 Ronchi

📋 copy color: '#DFBA54'

red 223 ◦ green 186 ◦ blue 84

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

Shades of Ronchi #DFBA54

Tints of Ronchi #DFBA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.04%

R = 45.23%
G = 37.73%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFBA54 (or 0xDFBA54) is known color: Ronchi. HEX triplet: DF, BA and 54. RGB value is (223,186,84). Sum of RGB (Red+Green+Blue) = 223+186+84=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA54 is #2045AB. Grayscale: #B9B9B9. Windows color (decimal): -2114988 or 5552863. OLE color: 5552863.

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

Color convert

RGB 223 186 84 -
CMYK 0 0.17 0.62 0.13
HSL 44.03º 0.68% 0.6% -
HSV(B) 44.03º 0.62% 0.87% -
XYZ 49.59 51.45 15.7 -
YUV 185.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 223 186 84 0 0.17 0.62 0.13 44.03 0.68 0.6
Hex DF BA 54 0 11 3E D 2C 44 3C
Octal 337 272 124 0 21 76 15 54 104 74
Binary 11011111 10111010 1010100 0 10001 111110 1101 101100 1000100 111100

Color Harmonies of #DFBA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA54

Black with #DFBA54

Text Example


Text Example

White with #DFBA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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