Html Css Color HEX #DCB94E Ronchi

📋 copy color: '#DCB94E'

red 220 ◦ green 185 ◦ blue 78

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

Shades of Ronchi #DCB94E

Tints of Ronchi #DCB94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.15%

R = 45.55%
G = 38.3%
B = 16.15%

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

#DCB94E (or 0xDCB94E) is known color: Ronchi. HEX triplet: DC, B9 and 4E. RGB value is (220,185,78). Sum of RGB (Red+Green+Blue) = 220+185+78=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB94E is #2346B1. Grayscale: #B7B7B7. Windows color (decimal): -2311858 or 5159388. OLE color: 5159388.

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

Color convert

RGB 220 185 78 -
CMYK 0 0.16 0.65 0.14
HSL 45.21º 0.67% 0.58% -
HSV(B) 45.21º 0.65% 0.86% -
XYZ 48.24 50.46 14.41 -
YUV 183.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 220 185 78 0 0.16 0.65 0.14 45.21 0.67 0.58
Hex DC B9 4E 0 10 41 E 2D 43 3A
Octal 334 271 116 0 20 101 16 55 103 72
Binary 11011100 10111001 1001110 0 10000 1000001 1110 101101 1000011 111010

Color Harmonies of #DCB94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB94E

Black with #DCB94E

Text Example


Text Example

White with #DCB94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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