Html Css Color HEX #DFB950 Ronchi

📋 copy color: '#DFB950'

red 223 ◦ green 185 ◦ blue 80

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

Shades of Ronchi #DFB950

Tints of Ronchi #DFB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.91%

 BLUE value IS 80 (31.64% from 255) = 16.39%

R = 45.7%
G = 37.91%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFB950 (or 0xDFB950) is known color: Ronchi. HEX triplet: DF, B9 and 50. RGB value is (223,185,80). Sum of RGB (Red+Green+Blue) = 223+185+80=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB950 is #2046AF. Grayscale: #B8B8B8. Windows color (decimal): -2115248 or 5290463. OLE color: 5290463.

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

Color convert

RGB 223 185 80 -
CMYK 0 0.17 0.64 0.13
HSL 44.06º 0.69% 0.59% -
HSV(B) 44.06º 0.64% 0.87% -
XYZ 49.23 50.97 14.83 -
YUV 184.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 223 185 80 0 0.17 0.64 0.13 44.06 0.69 0.59
Hex DF B9 50 0 11 40 D 2C 45 3B
Octal 337 271 120 0 21 100 15 54 105 73
Binary 11011111 10111001 1010000 0 10001 1000000 1101 101100 1000101 111011

Color Harmonies of #DFB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB950

Black with #DFB950

Text Example


Text Example

White with #DFB950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB950; }

 p { color: rgb(223,185,80); }

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

background-color css

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

 a { background-color: rgb(223,185,80); }

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

border-color css

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

 span { border-color: rgb(223,185,80); }

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