Html Css Color HEX #DFBC4D Ronchi

📋 copy color: '#DFBC4D'

red 223 ◦ green 188 ◦ blue 77

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

Shades of Ronchi #DFBC4D

Tints of Ronchi #DFBC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.78%

R = 45.7%
G = 38.52%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFBC4D (or 0xDFBC4D) is known color: Ronchi. HEX triplet: DF, BC and 4D. RGB value is (223,188,77). Sum of RGB (Red+Green+Blue) = 223+188+77=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC4D is #2043B2. Grayscale: #BABABA. Windows color (decimal): -2114483 or 5094623. OLE color: 5094623.

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

Color convert

RGB 223 188 77 -
CMYK 0 0.16 0.65 0.13
HSL 45.62º 0.7% 0.59% -
HSV(B) 45.62º 0.65% 0.87% -
XYZ 49.75 52.19 14.47 -
YUV 185.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 223 188 77 0 0.16 0.65 0.13 45.62 0.7 0.59
Hex DF BC 4D 0 10 41 D 2E 46 3B
Octal 337 274 115 0 20 101 15 56 106 73
Binary 11011111 10111100 1001101 0 10000 1000001 1101 101110 1000110 111011

Color Harmonies of #DFBC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC4D

Black with #DFBC4D

Text Example


Text Example

White with #DFBC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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