Html Css Color HEX #DFBF54 Ronchi

📋 copy color: '#DFBF54'

red 223 ◦ green 191 ◦ blue 84

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

Shades of Ronchi #DFBF54

Tints of Ronchi #DFBF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.87%

R = 44.78%
G = 38.35%
B = 16.87%

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

#DFBF54 (or 0xDFBF54) is known color: Ronchi. HEX triplet: DF, BF and 54. RGB value is (223,191,84). Sum of RGB (Red+Green+Blue) = 223+191+84=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF54 is #2040AB. Grayscale: #BCBCBC. Windows color (decimal): -2113708 or 5554143. OLE color: 5554143.

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

Color convert

RGB 223 191 84 -
CMYK 0 0.14 0.62 0.13
HSL 46.19º 0.68% 0.6% -
HSV(B) 46.19º 0.62% 0.87% -
XYZ 50.66 53.59 16.06 -
YUV 188.37 69.1 152.7 -
System Red Green Blue C M Y K H S L
Decimal 223 191 84 0 0.14 0.62 0.13 46.19 0.68 0.6
Hex DF BF 54 0 E 3E D 2E 44 3C
Octal 337 277 124 0 16 76 15 56 104 74
Binary 11011111 10111111 1010100 0 1110 111110 1101 101110 1000100 111100

Color Harmonies of #DFBF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF54

Black with #DFBF54

Text Example


Text Example

White with #DFBF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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