Html Css Color HEX #DFBC51 Ronchi

📋 copy color: '#DFBC51'

red 223 ◦ green 188 ◦ blue 81

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

Shades of Ronchi #DFBC51

Tints of Ronchi #DFBC51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.46%

R = 45.33%
G = 38.21%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFBC51 (or 0xDFBC51) is known color: Ronchi. HEX triplet: DF, BC and 51. RGB value is (223,188,81). Sum of RGB (Red+Green+Blue) = 223+188+81=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC51 is #2043AE. Grayscale: #BABABA. Windows color (decimal): -2114479 or 5356767. OLE color: 5356767.

HSL color Cylindrical-coordinate representation of color #DFBC51: hue angle of 45.21º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFBC51 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 188 81 -
CMYK 0 0.16 0.64 0.13
HSL 45.21º 0.69% 0.6% -
HSV(B) 45.21º 0.64% 0.87% -
XYZ 49.9 52.25 15.24 -
YUV 186.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 223 188 81 0 0.16 0.64 0.13 45.21 0.69 0.6
Hex DF BC 51 0 10 40 D 2D 45 3C
Octal 337 274 121 0 20 100 15 55 105 74
Binary 11011111 10111100 1010001 0 10000 1000000 1101 101101 1000101 111100

Color Harmonies of #DFBC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC51

Black with #DFBC51

Text Example


Text Example

White with #DFBC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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