Html Css Color HEX #DCBA54 Ronchi

📋 copy color: '#DCBA54'

red 220 ◦ green 186 ◦ blue 84

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

Shades of Ronchi #DCBA54

Tints of Ronchi #DCBA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.14%

R = 44.9%
G = 37.96%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DCBA54 (or 0xDCBA54) is known color: Ronchi. HEX triplet: DC, BA and 54. RGB value is (220,186,84). Sum of RGB (Red+Green+Blue) = 220+186+84=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA54 is #2345AB. Grayscale: #B8B8B8. Windows color (decimal): -2311596 or 5552860. OLE color: 5552860.

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

Color convert

RGB 220 186 84 -
CMYK 0 0.15 0.62 0.14
HSL 45º 0.66% 0.6% -
HSV(B) 45º 0.62% 0.86% -
XYZ 48.67 50.97 15.66 -
YUV 184.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 220 186 84 0 0.15 0.62 0.14 45 0.66 0.6
Hex DC BA 54 0 F 3E E 2D 42 3C
Octal 334 272 124 0 17 76 16 55 102 74
Binary 11011100 10111010 1010100 0 1111 111110 1110 101101 1000010 111100

Color Harmonies of #DCBA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA54

Black with #DCBA54

Text Example


Text Example

White with #DCBA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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