Html Css Color HEX #DCBA4E Ronchi

📋 copy color: '#DCBA4E'

red 220 ◦ green 186 ◦ blue 78

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

Shades of Ronchi #DCBA4E

Tints of Ronchi #DCBA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.12%

R = 45.45%
G = 38.43%
B = 16.12%

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

#DCBA4E (or 0xDCBA4E) is known color: Ronchi. HEX triplet: DC, BA and 4E. RGB value is (220,186,78). Sum of RGB (Red+Green+Blue) = 220+186+78=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA4E is #2345B1. Grayscale: #B8B8B8. Windows color (decimal): -2311602 or 5159644. OLE color: 5159644.

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

Color convert

RGB 220 186 78 -
CMYK 0 0.15 0.65 0.14
HSL 45.63º 0.67% 0.58% -
HSV(B) 45.63º 0.65% 0.86% -
XYZ 48.45 50.88 14.48 -
YUV 183.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 220 186 78 0 0.15 0.65 0.14 45.63 0.67 0.58
Hex DC BA 4E 0 F 41 E 2E 43 3A
Octal 334 272 116 0 17 101 16 56 103 72
Binary 11011100 10111010 1001110 0 1111 1000001 1110 101110 1000011 111010

Color Harmonies of #DCBA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA4E

Black with #DCBA4E

Text Example


Text Example

White with #DCBA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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