Html Css Color HEX #DCBA52 Ronchi

📋 copy color: '#DCBA52'

red 220 ◦ green 186 ◦ blue 82

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

Shades of Ronchi #DCBA52

Tints of Ronchi #DCBA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.8%

R = 45.08%
G = 38.11%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCBA52 (or 0xDCBA52) is known color: Ronchi. HEX triplet: DC, BA and 52. RGB value is (220,186,82). Sum of RGB (Red+Green+Blue) = 220+186+82=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA52 is #2345AD. Grayscale: #B8B8B8. Windows color (decimal): -2311598 or 5421788. OLE color: 5421788.

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

Color convert

RGB 220 186 82 -
CMYK 0 0.15 0.63 0.14
HSL 45.22º 0.66% 0.59% -
HSV(B) 45.22º 0.63% 0.86% -
XYZ 48.6 50.94 15.25 -
YUV 184.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 220 186 82 0 0.15 0.63 0.14 45.22 0.66 0.59
Hex DC BA 52 0 F 3F E 2D 42 3B
Octal 334 272 122 0 17 77 16 55 102 73
Binary 11011100 10111010 1010010 0 1111 111111 1110 101101 1000010 111011

Color Harmonies of #DCBA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA52

Black with #DCBA52

Text Example


Text Example

White with #DCBA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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