Html Css Color HEX #DCBA4F Ronchi

📋 copy color: '#DCBA4F'

red 220 ◦ green 186 ◦ blue 79

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

Shades of Ronchi #DCBA4F

Tints of Ronchi #DCBA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.29%

R = 45.36%
G = 38.35%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCBA4F (or 0xDCBA4F) is known color: Ronchi. HEX triplet: DC, BA and 4F. RGB value is (220,186,79). Sum of RGB (Red+Green+Blue) = 220+186+79=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA4F is #2345B0. Grayscale: #B8B8B8. Windows color (decimal): -2311601 or 5225180. OLE color: 5225180.

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

Color convert

RGB 220 186 79 -
CMYK 0 0.15 0.64 0.14
HSL 45.53º 0.67% 0.59% -
HSV(B) 45.53º 0.64% 0.86% -
XYZ 48.49 50.9 14.67 -
YUV 183.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 220 186 79 0 0.15 0.64 0.14 45.53 0.67 0.59
Hex DC BA 4F 0 F 40 E 2E 43 3B
Octal 334 272 117 0 17 100 16 56 103 73
Binary 11011100 10111010 1001111 0 1111 1000000 1110 101110 1000011 111011

Color Harmonies of #DCBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA4F

Black with #DCBA4F

Text Example


Text Example

White with #DCBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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