Html Css Color HEX #DFBC54 Ronchi

📋 copy color: '#DFBC54'

red 223 ◦ green 188 ◦ blue 84

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

Shades of Ronchi #DFBC54

Tints of Ronchi #DFBC54

RGB

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

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

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

R = 45.05%
G = 37.98%
B = 16.97%

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

#DFBC54 (or 0xDFBC54) is known color: Ronchi. HEX triplet: DF, BC and 54. RGB value is (223,188,84). Sum of RGB (Red+Green+Blue) = 223+188+84=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC54 is #2043AB. Grayscale: #BBBBBB. Windows color (decimal): -2114476 or 5553375. OLE color: 5553375.

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

Color convert

RGB 223 188 84 -
CMYK 0 0.16 0.62 0.13
HSL 44.89º 0.68% 0.6% -
HSV(B) 44.89º 0.62% 0.87% -
XYZ 50.01 52.29 15.85 -
YUV 186.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 223 188 84 0 0.16 0.62 0.13 44.89 0.68 0.6
Hex DF BC 54 0 10 3E D 2D 44 3C
Octal 337 274 124 0 20 76 15 55 104 74
Binary 11011111 10111100 1010100 0 10000 111110 1101 101101 1000100 111100

Color Harmonies of #DFBC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC54

Black with #DFBC54

Text Example


Text Example

White with #DFBC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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