Html Css Color HEX #DFBD55 Ronchi

📋 copy color: '#DFBD55'

red 223 ◦ green 189 ◦ blue 85

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

Shades of Ronchi #DFBD55

Tints of Ronchi #DFBD55

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.03%

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

R = 44.87%
G = 38.03%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFBD55 (or 0xDFBD55) is known color: Ronchi. HEX triplet: DF, BD and 55. RGB value is (223,189,85). Sum of RGB (Red+Green+Blue) = 223+189+85=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD55 is #2042AA. Grayscale: #BBBBBB. Windows color (decimal): -2114219 or 5619167. OLE color: 5619167.

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

Color convert

RGB 223 189 85 -
CMYK 0 0.15 0.62 0.13
HSL 45.22º 0.68% 0.6% -
HSV(B) 45.22º 0.62% 0.87% -
XYZ 50.27 52.74 16.12 -
YUV 187.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 223 189 85 0 0.15 0.62 0.13 45.22 0.68 0.6
Hex DF BD 55 0 F 3E D 2D 44 3C
Octal 337 275 125 0 17 76 15 55 104 74
Binary 11011111 10111101 1010101 0 1111 111110 1101 101101 1000100 111100

Color Harmonies of #DFBD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD55

Black with #DFBD55

Text Example


Text Example

White with #DFBD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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