Html Css Color HEX #DCBA4A Ronchi

📋 copy color: '#DCBA4A'

red 220 ◦ green 186 ◦ blue 74

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

Shades of Ronchi #DCBA4A

Tints of Ronchi #DCBA4A

RGB

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

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

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

R = 45.83%
G = 38.75%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCBA4A (or 0xDCBA4A) is known color: Ronchi. HEX triplet: DC, BA and 4A. RGB value is (220,186,74). Sum of RGB (Red+Green+Blue) = 220+186+74=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA4A is #2345B5. Grayscale: #B7B7B7. Windows color (decimal): -2311606 or 4897500. OLE color: 4897500.

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

Color convert

RGB 220 186 74 -
CMYK 0 0.15 0.66 0.14
HSL 46.03º 0.68% 0.58% -
HSV(B) 46.03º 0.66% 0.86% -
XYZ 48.31 50.83 13.74 -
YUV 183.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 220 186 74 0 0.15 0.66 0.14 46.03 0.68 0.58
Hex DC BA 4A 0 F 42 E 2E 44 3A
Octal 334 272 112 0 17 102 16 56 104 72
Binary 11011100 10111010 1001010 0 1111 1000010 1110 101110 1000100 111010

Color Harmonies of #DCBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA4A

Black with #DCBA4A

Text Example


Text Example

White with #DCBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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