Html Css Color HEX #DFBF55 Ronchi

📋 copy color: '#DFBF55'

red 223 ◦ green 191 ◦ blue 85

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

Shades of Ronchi #DFBF55

Tints of Ronchi #DFBF55

RGB

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

 GREEN value IS 191 (75% from 255) = 38.28%

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

R = 44.69%
G = 38.28%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFBF55 (or 0xDFBF55) is known color: Ronchi. HEX triplet: DF, BF and 55. RGB value is (223,191,85). Sum of RGB (Red+Green+Blue) = 223+191+85=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF55 is #2040AA. Grayscale: #BCBCBC. Windows color (decimal): -2113707 or 5619679. OLE color: 5619679.

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

Color convert

RGB 223 191 85 -
CMYK 0 0.14 0.62 0.13
HSL 46.09º 0.68% 0.6% -
HSV(B) 46.09º 0.62% 0.87% -
XYZ 50.7 53.61 16.27 -
YUV 188.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 223 191 85 0 0.14 0.62 0.13 46.09 0.68 0.6
Hex DF BF 55 0 E 3E D 2E 44 3C
Octal 337 277 125 0 16 76 15 56 104 74
Binary 11011111 10111111 1010101 0 1110 111110 1101 101110 1000100 111100

Color Harmonies of #DFBF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF55

Black with #DFBF55

Text Example


Text Example

White with #DFBF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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