Html Css Color HEX #DCB849 Ronchi

📋 copy color: '#DCB849'

red 220 ◦ green 184 ◦ blue 73

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

Shades of Ronchi #DCB849

Tints of Ronchi #DCB849

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

 BLUE value IS 73 (28.91% from 255) = 15.3%

R = 46.12%
G = 38.57%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCB849 (or 0xDCB849) is known color: Ronchi. HEX triplet: DC, B8 and 49. RGB value is (220,184,73). Sum of RGB (Red+Green+Blue) = 220+184+73=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB849 is #2347B6. Grayscale: #B6B6B6. Windows color (decimal): -2312119 or 4831452. OLE color: 4831452.

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

Color convert

RGB 220 184 73 -
CMYK 0 0.16 0.67 0.14
HSL 45.31º 0.68% 0.57% -
HSV(B) 45.31º 0.67% 0.86% -
XYZ 47.86 49.98 13.43 -
YUV 182.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 220 184 73 0 0.16 0.67 0.14 45.31 0.68 0.57
Hex DC B8 49 0 10 43 E 2D 44 39
Octal 334 270 111 0 20 103 16 55 104 71
Binary 11011100 10111000 1001001 0 10000 1000011 1110 101101 1000100 111001

Color Harmonies of #DCB849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB849

Black with #DCB849

Text Example


Text Example

White with #DCB849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB849; }

 p { color: rgb(220,184,73); }

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

background-color css

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

 a { background-color: rgb(220,184,73); }

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

border-color css

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

 span { border-color: rgb(220,184,73); }

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