Html Css Color HEX #DCB94A Ronchi

📋 copy color: '#DCB94A'

red 220 ◦ green 185 ◦ blue 74

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

Shades of Ronchi #DCB94A

Tints of Ronchi #DCB94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.45%

R = 45.93%
G = 38.62%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCB94A (or 0xDCB94A) is known color: Ronchi. HEX triplet: DC, B9 and 4A. RGB value is (220,185,74). Sum of RGB (Red+Green+Blue) = 220+185+74=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB94A is #2346B5. Grayscale: #B7B7B7. Windows color (decimal): -2311862 or 4897244. OLE color: 4897244.

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

Color convert

RGB 220 185 74 -
CMYK 0 0.16 0.66 0.14
HSL 45.62º 0.68% 0.58% -
HSV(B) 45.62º 0.66% 0.86% -
XYZ 48.1 50.41 13.67 -
YUV 182.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 220 185 74 0 0.16 0.66 0.14 45.62 0.68 0.58
Hex DC B9 4A 0 10 42 E 2E 44 3A
Octal 334 271 112 0 20 102 16 56 104 72
Binary 11011100 10111001 1001010 0 10000 1000010 1110 101110 1000100 111010

Color Harmonies of #DCB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB94A

Black with #DCB94A

Text Example


Text Example

White with #DCB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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