Html Css Color HEX #DCB94C Ronchi

📋 copy color: '#DCB94C'

red 220 ◦ green 185 ◦ blue 76

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

Shades of Ronchi #DCB94C

Tints of Ronchi #DCB94C

RGB

 RED value IS 220 (86.33% from 255) = 45.74%

 GREEN value IS 185 (72.66% from 255) = 38.46%

 BLUE value IS 76 (30.08% from 255) = 15.8%

R = 45.74%
G = 38.46%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCB94C (or 0xDCB94C) is known color: Ronchi. HEX triplet: DC, B9 and 4C. RGB value is (220,185,76). Sum of RGB (Red+Green+Blue) = 220+185+76=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB94C is #2346B3. Grayscale: #B7B7B7. Windows color (decimal): -2311860 or 5028316. OLE color: 5028316.

HSL color Cylindrical-coordinate representation of color #DCB94C: hue angle of 45.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCB94C is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 76 -
CMYK 0 0.16 0.65 0.14
HSL 45.42º 0.67% 0.58% -
HSV(B) 45.42º 0.65% 0.86% -
XYZ 48.17 50.44 14.03 -
YUV 183.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 220 185 76 0 0.16 0.65 0.14 45.42 0.67 0.58
Hex DC B9 4C 0 10 41 E 2D 43 3A
Octal 334 271 114 0 20 101 16 55 103 72
Binary 11011100 10111001 1001100 0 10000 1000001 1110 101101 1000011 111010

Color Harmonies of #DCB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB94C

Black with #DCB94C

Text Example


Text Example

White with #DCB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB94C; }

 p { color: rgb(220,185,76); }

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

background-color css

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

 a { background-color: rgb(220,185,76); }

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

border-color css

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

 span { border-color: rgb(220,185,76); }

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