Html Css Color HEX #DFBC4F Ronchi

📋 copy color: '#DFBC4F'

red 223 ◦ green 188 ◦ blue 79

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

Shades of Ronchi #DFBC4F

Tints of Ronchi #DFBC4F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.37%

 BLUE value IS 79 (31.25% from 255) = 16.12%

R = 45.51%
G = 38.37%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFBC4F (or 0xDFBC4F) is known color: Ronchi. HEX triplet: DF, BC and 4F. RGB value is (223,188,79). Sum of RGB (Red+Green+Blue) = 223+188+79=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC4F is #2043B0. Grayscale: #BABABA. Windows color (decimal): -2114481 or 5225695. OLE color: 5225695.

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

Color convert

RGB 223 188 79 -
CMYK 0 0.16 0.65 0.13
HSL 45.42º 0.69% 0.59% -
HSV(B) 45.42º 0.65% 0.87% -
XYZ 49.83 52.22 14.85 -
YUV 186.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 223 188 79 0 0.16 0.65 0.13 45.42 0.69 0.59
Hex DF BC 4F 0 10 41 D 2D 45 3B
Octal 337 274 117 0 20 101 15 55 105 73
Binary 11011111 10111100 1001111 0 10000 1000001 1101 101101 1000101 111011

Color Harmonies of #DFBC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC4F

Black with #DFBC4F

Text Example


Text Example

White with #DFBC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC4F; }

 p { color: rgb(223,188,79); }

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

background-color css

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

 a { background-color: rgb(223,188,79); }

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

border-color css

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

 span { border-color: rgb(223,188,79); }

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