Html Css Color HEX #DFB650 Ronchi

📋 copy color: '#DFB650'

red 223 ◦ green 182 ◦ blue 80

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

Shades of Ronchi #DFB650

Tints of Ronchi #DFB650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.53%

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

R = 45.98%
G = 37.53%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFB650 (or 0xDFB650) is known color: Ronchi. HEX triplet: DF, B6 and 50. RGB value is (223,182,80). Sum of RGB (Red+Green+Blue) = 223+182+80=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB650 is #2049AF. Grayscale: #B7B7B7. Windows color (decimal): -2116016 or 5289695. OLE color: 5289695.

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

Color convert

RGB 223 182 80 -
CMYK 0 0.18 0.64 0.13
HSL 42.8º 0.69% 0.59% -
HSV(B) 42.8º 0.64% 0.87% -
XYZ 48.61 49.72 14.63 -
YUV 182.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 223 182 80 0 0.18 0.64 0.13 42.8 0.69 0.59
Hex DF B6 50 0 12 40 D 2B 45 3B
Octal 337 266 120 0 22 100 15 53 105 73
Binary 11011111 10110110 1010000 0 10010 1000000 1101 101011 1000101 111011

Color Harmonies of #DFB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB650

Black with #DFB650

Text Example


Text Example

White with #DFB650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB650; }

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

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

background-color css

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

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

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

border-color css

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

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

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