Html Css Color HEX #DFBC55 Ronchi

📋 copy color: '#DFBC55'

red 223 ◦ green 188 ◦ blue 85

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

Shades of Ronchi #DFBC55

Tints of Ronchi #DFBC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.14%

R = 44.96%
G = 37.9%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFBC55 (or 0xDFBC55) is known color: Ronchi. HEX triplet: DF, BC and 55. RGB value is (223,188,85). Sum of RGB (Red+Green+Blue) = 223+188+85=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC55 is #2043AA. Grayscale: #BBBBBB. Windows color (decimal): -2114475 or 5618911. OLE color: 5618911.

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

Color convert

RGB 223 188 85 -
CMYK 0 0.16 0.62 0.13
HSL 44.78º 0.68% 0.6% -
HSV(B) 44.78º 0.62% 0.87% -
XYZ 50.05 52.31 16.05 -
YUV 186.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 223 188 85 0 0.16 0.62 0.13 44.78 0.68 0.6
Hex DF BC 55 0 10 3E D 2D 44 3C
Octal 337 274 125 0 20 76 15 55 104 74
Binary 11011111 10111100 1010101 0 10000 111110 1101 101101 1000100 111100

Color Harmonies of #DFBC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC55

Black with #DFBC55

Text Example


Text Example

White with #DFBC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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