Html Css Color HEX #DCBA4C Ronchi

📋 copy color: '#DCBA4C'

red 220 ◦ green 186 ◦ blue 76

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

Shades of Ronchi #DCBA4C

Tints of Ronchi #DCBA4C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.59%

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

R = 45.64%
G = 38.59%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCBA4C (or 0xDCBA4C) is known color: Ronchi. HEX triplet: DC, BA and 4C. RGB value is (220,186,76). Sum of RGB (Red+Green+Blue) = 220+186+76=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA4C is #2345B3. Grayscale: #B8B8B8. Windows color (decimal): -2311604 or 5028572. OLE color: 5028572.

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

Color convert

RGB 220 186 76 -
CMYK 0 0.15 0.65 0.14
HSL 45.83º 0.67% 0.58% -
HSV(B) 45.83º 0.65% 0.86% -
XYZ 48.38 50.86 14.1 -
YUV 183.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 220 186 76 0 0.15 0.65 0.14 45.83 0.67 0.58
Hex DC BA 4C 0 F 41 E 2E 43 3A
Octal 334 272 114 0 17 101 16 56 103 72
Binary 11011100 10111010 1001100 0 1111 1000001 1110 101110 1000011 111010

Color Harmonies of #DCBA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA4C

Black with #DCBA4C

Text Example


Text Example

White with #DCBA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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