Html Css Color HEX #DFBA4E Ronchi

📋 copy color: '#DFBA4E'

red 223 ◦ green 186 ◦ blue 78

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

Shades of Ronchi #DFBA4E

Tints of Ronchi #DFBA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.02%

R = 45.79%
G = 38.19%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFBA4E (or 0xDFBA4E) is known color: Ronchi. HEX triplet: DF, BA and 4E. RGB value is (223,186,78). Sum of RGB (Red+Green+Blue) = 223+186+78=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA4E is #2045B1. Grayscale: #B9B9B9. Windows color (decimal): -2114994 or 5159647. OLE color: 5159647.

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

Color convert

RGB 223 186 78 -
CMYK 0 0.17 0.65 0.13
HSL 44.69º 0.69% 0.59% -
HSV(B) 44.69º 0.65% 0.87% -
XYZ 49.37 51.36 14.52 -
YUV 184.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 223 186 78 0 0.17 0.65 0.13 44.69 0.69 0.59
Hex DF BA 4E 0 11 41 D 2D 45 3B
Octal 337 272 116 0 21 101 15 55 105 73
Binary 11011111 10111010 1001110 0 10001 1000001 1101 101101 1000101 111011

Color Harmonies of #DFBA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA4E

Black with #DFBA4E

Text Example


Text Example

White with #DFBA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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